File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
node-version : " 20.1.0"
22
22
- name : Wait for Playwright tests
23
23
continue-on-error : false
24
- uses : fountainhead/action-wait-for-check@v1.1 .0
24
+ uses : fountainhead/action-wait-for-check@v1.2 .0
25
25
id : wait-for-playwright-tests
26
26
with :
27
27
token : ${{ secrets.GITHUB_TOKEN }}
31
31
ref : ${{ github.event.pull_request.head.sha || github.sha }}
32
32
33
33
- name : Download Playwright test coverage artifacts
34
- uses : dawidd6/action-download-artifact@v2
34
+ uses : dawidd6/action-download-artifact@v7
35
35
with :
36
36
github_token : ${{secrets.GITHUB_TOKEN}}
37
37
path : ./artifacts
56
56
dest : coverage.zip
57
57
58
58
- name : Upload coverage report as artifact
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : coverage
62
62
path : coverage.zip
Original file line number Diff line number Diff line change 43
43
44
44
- name : Upload Tracerbench Artifacts
45
45
if : failure() || success()
46
- uses : actions/upload-artifact@v3
46
+ uses : actions/upload-artifact@v4
47
47
with :
48
48
name : Trace Artifacts
49
49
path : tracerbench-results
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
- name : Generate coverage report
28
28
run : pnpm run nyc:report
29
29
- name : Upload Playwright coverage report
30
- uses : actions/upload-artifact@v3
30
+ uses : actions/upload-artifact@v4
31
31
with :
32
32
name : playwright-coverage
33
33
path : ./coverage/playwright-final.json
34
34
retention-days : 30
35
- - uses : actions/upload-artifact@v3
35
+ - uses : actions/upload-artifact@v4
36
36
if : always()
37
37
with :
38
38
name : playwright-report
You can’t perform that action at this time.
0 commit comments