Skip to content

Commit

Permalink
Update download artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Sep 21, 2024
1 parent e05fad0 commit ea8a34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
run: python -m pip install coverage

- name: Download coverage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage
pattern: .coverage*

- name: Combine coverage
run: |
Expand Down

0 comments on commit ea8a34c

Please sign in to comment.