Skip to content

Commit 6f490ca

Browse files
chore(dependencies): update actions/upload-artifact action to v7 (#993)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 625c003 commit 6f490ca

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)