Skip to content

Commit 9ee3aaa

Browse files
chore(deps): bump actions/download-artifact from 4 to 5
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]>
1 parent bcebdb2 commit 9ee3aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_health.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
- name: Install dependencies
7777
run: npm ci
7878
- name: Download test results
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v5
8080
with:
8181
name: test-results
8282
path: coverage/mongodb
8383
- name: Download atlas test results
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v5
8585
with:
8686
name: atlas-test-results
8787
path: coverage/atlas

0 commit comments

Comments
 (0)