Skip to content

Commit e321625

Browse files
⬆ Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 45d94ee commit e321625

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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

.github/workflows/test-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

0 commit comments

Comments
 (0)