File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ jobs:
6767 E2E_TEST_SECRET : ${{ secrets.E2E_TEST_SECRET }}
6868 E2E_TEST_ACCOUNT_BASE_EMAIL : ${{ secrets.E2E_TEST_ACCOUNT_BASE_EMAIL }}
6969 E2E_TEST_ACCOUNT_BASE_PASSWORD : ${{ secrets.E2E_TEST_ACCOUNT_BASE_PASSWORD }}
70- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
70+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7171 if : always()
7272 with :
7373 name : playwright-report-${{ github.event_name == 'workflow_dispatch' && inputs.test_env || matrix.test_env }}
7474 path : playwright-report/
7575 retention-days : 30
76- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
76+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7777 if : always()
7878 with :
7979 name : test-results-${{ github.event_name == 'workflow_dispatch' && inputs.test_env || matrix.test_env }}
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ jobs:
8585 SENTRY_DSN : " Unused for the test run, but required to be present when loading env vars"
8686 EMAIL_FROM : " Unused for the test run, but required to be present when loading env vars"
8787 S3_BUCKET : " Unused for the test run, but required to be present when loading env vars"
88- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
88+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8989 if : always()
9090 with :
9191 name : playwright-report
9292 path : playwright-report/
9393 retention-days : 30
94- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
94+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9595 if : always()
9696 with :
9797 name : test-results
Original file line number Diff line number Diff line change 3333 # (and set an arbitrary coverage threshold for that "true" coverage):
3434 - run : npm test -- --coverage.thresholds.lines=80 --coverage.thresholds.functions=80 --coverage.thresholds.branches=80 --coverage.thresholds.statements=80
3535 if : github.event_name == 'schedule'
36- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
36+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3737 if : always()
3838 with :
3939 name : coverage-report
You can’t perform that action at this time.
0 commit comments