Skip to content

Commit

Permalink
bump download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Jan 9, 2024
1 parent 05a9959 commit 5f65de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
# At first, we check out the repository and download all artifacts
# (and list files for debugging).
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- run: ls -R
# Next, we merge the individual coverage files and upload
# the combined results to Coveralls.
Expand Down

0 comments on commit 5f65de5

Please sign in to comment.