Skip to content

Commit 7486087

Browse files
⬆ Bump actions/download-artifact from 4 to 5 (#1754)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f5ccf5 commit 7486087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: npm ci
102102
working-directory: frontend
103103
- name: Download blob reports from GitHub Actions Artifacts
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
path: frontend/all-blob-reports
107107
pattern: blob-report-*

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: "3.10"
2121
- run: pip install smokeshow
22-
- uses: actions/download-artifact@v4
22+
- uses: actions/download-artifact@v5
2323
with:
2424
name: coverage-html
2525
path: backend/htmlcov

0 commit comments

Comments
 (0)