Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/actions/download-artifact-4' …
Browse files Browse the repository at this point in the history
…into hr/update_actions
  • Loading branch information
ranocha committed Mar 21, 2024
2 parents 6281d4f + c212fcc commit 9d2b4b0
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 @@ -82,7 +82,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 9d2b4b0

Please sign in to comment.