Skip to content

Commit 2e0b5f4

Browse files
ci(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 7d78325 commit 2e0b5f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ jobs:
165165
run: mkdir -p coverage/environments
166166

167167
- name: Download Coverage Artifact for Node Tests
168-
uses: actions/download-artifact@v4
168+
uses: actions/download-artifact@v6
169169
with:
170170
name: node
171171
path: coverage/environments/node
172172

173173
- name: Download Coverage Artifact for Browser Tests
174-
uses: actions/download-artifact@v4
174+
uses: actions/download-artifact@v6
175175
with:
176176
name: browser
177177
path: coverage/environments/browser

0 commit comments

Comments
 (0)