Skip to content

Commit 77176d2

Browse files
build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f47f50a commit 77176d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
env: env=ci
5757
browser: chrome
5858

59-
- uses: actions/upload-artifact@v3
59+
- uses: actions/upload-artifact@v4
6060
if: failure()
6161
with:
6262
name: cypress-screenshots
6363
path: cypress/screenshots
64-
- uses: actions/upload-artifact@v3
64+
- uses: actions/upload-artifact@v4
6565
if: failure()
6666
with:
6767
name: cypress-videos

0 commit comments

Comments
 (0)