Skip to content

Commit d772479

Browse files
chore(dependencies): update actions/upload-artifact action to v6 (#992)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 109dacc commit d772479

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@v5
46+
- uses: actions/upload-artifact@v6
4747
if: failure()
4848
with:
4949
name: cypress-screenshots
5050
path: cypress/screenshots
51-
- uses: actions/upload-artifact@v5
51+
- uses: actions/upload-artifact@v6
5252
if: always()
5353
with:
5454
name: cypress-videos

0 commit comments

Comments
 (0)