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 7f7035f commit 89e8e59Copy full SHA for 89e8e59
.github/workflows/ci.yml
@@ -177,7 +177,7 @@ jobs:
177
# At first, we check out the repository and download all artifacts
178
# (and list files for debugging).
179
- uses: actions/checkout@v5
180
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
181
- run: ls -R
182
# Next, we merge the individual coverage files and upload
183
# the combined results to Coveralls.
0 commit comments