Skip to content

Commit

Permalink
Chore(deps): bump actions/download-artifact from 3 to 4 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent ffb1aa9 commit 7a65cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: code-coverage
path: coverage/
Expand Down

0 comments on commit 7a65cb6

Please sign in to comment.