Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#4777)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
dependabot[bot] and frenck authored Dec 15, 2023
1 parent a0dfa01 commit d0dcded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ jobs:
echo "Failed to restore Python virtual environment from cache"
exit 1
- name: Download all coverage artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.0.0
- name: Combine coverage results
run: |
. venv/bin/activate
Expand Down

0 comments on commit d0dcded

Please sign in to comment.