Skip to content

Commit

Permalink
Update dawidd6/action-download-artifact to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
rickykaare committed Nov 26, 2024
1 parent 197d4b5 commit 97312b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-on-error: true

- name: 📭 Restore coverage history
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
name: CoverageHistory
path: CoverageHistory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fail-on-error: true

- name: 📭 Restore coverage history
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
name: CoverageHistory
path: CoverageHistory
Expand Down

0 comments on commit 97312b5

Please sign in to comment.