Skip to content

Commit

Permalink
Match version in upload/download-artifcat GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Sep 19, 2024
1 parent 7eb4800 commit 5f47082
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 @@ -97,7 +97,7 @@ jobs:
env:
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
- name: Upload coverage file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: .coverage.*
Expand All @@ -119,7 +119,7 @@ jobs:
restore-keys: |
coverage-${{ runner.os }}-tox-
- name: Download coverage files
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: coverage
- run: python -m pip install 'tox<4'
Expand Down

0 comments on commit 5f47082

Please sign in to comment.