Skip to content

Commit 2fd38c3

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
67+
uses: actions/download-artifact@v7
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@v6
147+
uses: actions/download-artifact@v7
148148
with:
149149
pattern: blob-report-*
150150
path: all-blob-reports/

0 commit comments

Comments
 (0)