File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 - run : docker compose down -v --remove-orphans
7979 - name : Upload blob report to GitHub Actions Artifacts
8080 if : ${{ !cancelled() }}
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : blob-report-${{ matrix.shardIndex }}
8484 path : frontend/blob-report
@@ -110,7 +110,7 @@ jobs:
110110 run : npx playwright merge-reports --reporter html ./all-blob-reports
111111 working-directory : frontend
112112 - name : Upload HTML report
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v5
114114 with :
115115 name : html-report--attempt-${{ github.run_attempt }}
116116 path : frontend/playwright-report
Original file line number Diff line number Diff line change 3434 working-directory : backend
3535 - run : docker compose down -v --remove-orphans
3636 - name : Store coverage files
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v5
3838 with :
3939 name : coverage-html
4040 path : backend/htmlcov
You can’t perform that action at this time.
0 commit comments