Skip to content

Commit 9fd2a8f

Browse files
chore(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a51621d commit 9fd2a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
node-version: "22.18.0"
6565

6666
- name: Download all coverage artifacts
67-
uses: actions/download-artifact@v4
67+
uses: actions/download-artifact@v6
6868
with:
6969
pattern: coverage-*
7070
path: coverage-artifacts/
@@ -144,7 +144,7 @@ jobs:
144144
run: cd src/view && pnpm install
145145

146146
- name: Download all blob reports
147-
uses: actions/download-artifact@v4
147+
uses: actions/download-artifact@v6
148148
with:
149149
pattern: blob-report-*
150150
path: all-blob-reports/

0 commit comments

Comments
 (0)