Skip to content

Commit 60a1c26

Browse files
chore(dependencies): update actions/upload-artifact action to v7
1 parent d772479 commit 60a1c26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
start: yarn start
4444
wait-on: 'http://localhost:3000'
4545
config: pageLoadTimeout=100000,baseUrl=http://localhost:3000
46-
- uses: actions/upload-artifact@v6
46+
- uses: actions/upload-artifact@v7
4747
if: failure()
4848
with:
4949
name: cypress-screenshots
5050
path: cypress/screenshots
51-
- uses: actions/upload-artifact@v6
51+
- uses: actions/upload-artifact@v7
5252
if: always()
5353
with:
5454
name: cypress-videos

0 commit comments

Comments
 (0)