Skip to content

Commit 92687b8

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#435)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c54a77 commit 92687b8

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)