Skip to content

Commit

Permalink
CI: Update download and upload artifact actions to v4 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch authored Dec 4, 2024
1 parent ea8cb81 commit b6d068a
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-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: 'Fetch coverage from builds'
with:
name: ${{ needs.ci.outputs.additional-reports-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/q2-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: 'Fetch coverage from builds'
with:
name: ${{ needs.ci.outputs.additional-reports-name }}
Expand Down

0 comments on commit b6d068a

Please sign in to comment.