File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 NETLIFY : 1
3939 - name : Upload test report
4040 if : always()
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : blob-report-${{ matrix.site }}
4444 path : blob-report
5454 with :
5555 node-version : ' lts/*'
5656 - name : Download blob reports from GitHub Actions Artifacts
57- uses : actions/download-artifact@v4
57+ uses : actions/download-artifact@v6
5858 with :
5959 path : all-blob-reports
6060 pattern : blob-report-*
6565 npx playwright merge-reports --reporter html,github ./all-blob-reports
6666
6767 - name : Upload HTML report
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v5
6969 with :
7070 name : html-report--attempt-${{ github.run_attempt }}
7171 path : playwright-report
You can’t perform that action at this time.
0 commit comments