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 41f75be commit dd0c3c2Copy full SHA for dd0c3c2
.github/workflows/build.yml
@@ -163,17 +163,17 @@ jobs:
163
with:
164
fetch-depth: 0
165
- name: Download code coverage files (MacOS)
166
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
167
168
name: Code coverage (MacOS)
169
path: Coverage/MacOS
170
- name: Download code coverage files (Ubuntu)
171
172
173
name: Code coverage (Ubuntu)
174
path: Coverage/Ubuntu
175
- name: Download code coverage files (Windows)
176
177
178
name: Code coverage (Windows)
179
path: Coverage/Windows
0 commit comments