We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c54a77 commit 92687b8Copy full SHA for 92687b8
.github/workflows/code_health.yaml
@@ -76,12 +76,12 @@ jobs:
76
- name: Install dependencies
77
run: npm ci
78
- name: Download test results
79
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
80
with:
81
name: test-results
82
path: coverage/mongodb
83
- name: Download atlas test results
84
85
86
name: atlas-test-results
87
path: coverage/atlas
0 commit comments