Skip to content

Commit

Permalink
chore(ci): update upload/download-artifact
Browse files Browse the repository at this point in the history
These have to be updated in lockstep; v3 and v4 artifacts are
incompatible with each other.

Closes #222.
  • Loading branch information
mistydemeo committed Sep 3, 2024
1 parent 7d50147 commit e209e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: coverage xml -o cobertura.xml
- name: Upload coverage report
if: matrix.python-version == 3.10
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: cobertura.xml
Expand All @@ -47,7 +47,7 @@ jobs:

steps:
- name: Download coverage report
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage-report
path: cobertura.xml
Expand Down

0 comments on commit e209e82

Please sign in to comment.