Skip to content

Commit e33ab32

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#697)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 595b8cb commit e33ab32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-health.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,17 @@ jobs:
115115
- name: Install dependencies
116116
run: npm ci
117117
- name: Download test results
118-
uses: actions/download-artifact@v5
118+
uses: actions/download-artifact@v6
119119
with:
120120
name: test-results
121121
path: coverage/mongodb
122122
- name: Download atlas test results
123-
uses: actions/download-artifact@v5
123+
uses: actions/download-artifact@v6
124124
with:
125125
name: atlas-test-results
126126
path: coverage/atlas
127127
- name: Download atlas local test results
128-
uses: actions/download-artifact@v5
128+
uses: actions/download-artifact@v6
129129
with:
130130
name: atlas-local-test-results
131131
path: coverage/atlas-local

0 commit comments

Comments
 (0)