File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 env :
5656 BLOB_UPLOAD_SECRET : ${{ secrets.BLOB_UPLOAD_SECRET }}
5757
58- - uses : actions/upload-artifact@v4
58+ - uses : actions/upload-artifact@v6
5959 if : always()
6060 with :
6161 name : playwright-report
Original file line number Diff line number Diff line change 6363 BLOB_UPLOAD_SECRET : ${{ secrets.BLOB_UPLOAD_SECRET }}
6464 VERCEL_PROTECTION_BYPASS_HEADER : ${{ secrets.VERCEL_PROTECTION_BYPASS_HEADER }}
6565
66- - uses : actions/upload-artifact@v4
66+ - uses : actions/upload-artifact@v6
6767 if : always()
6868 with :
6969 name : playwright-report
Original file line number Diff line number Diff line change 8181 - "project:${{ github.repository }}"
8282 - name : Upload Snpashot results
8383 if : always()
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v6
8585 with :
8686 name : playwright-snapshot
8787 path : test/next/test-results
You can’t perform that action at this time.
0 commit comments