File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 zip -r -P ${{ secrets.E2E_PLAYWRIGHT_REPORT_PASSWORD }} ../playwright-report.zip *
8282
8383 - name : Upload report
84- uses : actions/upload-artifact@v6
84+ uses : actions/upload-artifact@v7
8585 if : always()
8686 with :
8787 name : playwright-report-${{ matrix.project }}
Original file line number Diff line number Diff line change 3131 run : pnpm build ${{ matrix.browser }} --channel=nightly --no-typecheck
3232
3333 - name : Upload artifacts
34- uses : actions/upload-artifact@v6
34+ uses : actions/upload-artifact@v7
3535 with :
3636 name : ${{ github.event.pull_request.number }}-${{ matrix.browser }}
3737 path : dist/${{ matrix.browser }}/
Original file line number Diff line number Diff line change 9494 zip -r -P ${{ secrets.E2E_PLAYWRIGHT_REPORT_PASSWORD }} ../playwright-report.zip *
9595
9696 - name : Upload report
97- uses : actions/upload-artifact@v6
97+ uses : actions/upload-artifact@v7
9898 if : always()
9999 with :
100100 name : playwright-report-${{ matrix.project }}
You can’t perform that action at this time.
0 commit comments