Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4 (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent 8778bc6 commit d211f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run pytest
run: poetry run pytest --cov pyipp tests
- name: Upload coverage artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.1
with:
name: coverage-${{ matrix.python }}
path: .coverage
Expand All @@ -53,7 +53,7 @@ jobs:
with:
fetch-depth: 0
- name: Download coverage data
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.3
- name: Set up Poetry
run: pipx install poetry
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down

0 comments on commit d211f8d

Please sign in to comment.