mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-11 02:28:50 -06:00
chore(deps): bump actions/upload-artifact from 4 to 6 (#2694)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/app.yml
vendored
4
.github/workflows/app.yml
vendored
@@ -131,7 +131,7 @@ jobs:
|
||||
|
||||
- name: Upload Cypress artifacts (screenshots/videos)
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: cypress-artifacts
|
||||
if-no-files-found: ignore
|
||||
@@ -141,7 +141,7 @@ jobs:
|
||||
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: e2e-logs
|
||||
if-no-files-found: ignore
|
||||
|
||||
Reference in New Issue
Block a user