Skip to content

Commit f110f33

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 5b83d11 commit f110f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
7676
timeout-minutes: 1
7777

78-
- uses: actions/upload-artifact@v3
78+
- uses: actions/upload-artifact@v5
7979
with:
8080
name: cypress-videos
8181
path: nuxt/cypress/videos
82-
- uses: actions/upload-artifact@v3
82+
- uses: actions/upload-artifact@v5
8383
if: failure()
8484
with:
8585
name: cypress-screenshots

0 commit comments

Comments
 (0)