Skip to content

Commit d23484c

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent 2ed2301 commit d23484c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
- name: Run end-to-end tests 🧪
6565
run: cd nuxt && NODE_TLS_REJECT_UNAUTHORIZED=0 yarn test:e2e
6666

67-
- uses: actions/upload-artifact@v3
67+
- uses: actions/upload-artifact@v4
6868
if: failure()
6969
with:
7070
name: cypress-screenshots
7171
path: nuxt/cypress/screenshots
72-
- uses: actions/upload-artifact@v3
72+
- uses: actions/upload-artifact@v4
7373
if: always()
7474
with:
7575
name: cypress-videos

0 commit comments

Comments
 (0)