Skip to content

Commit

Permalink
ci: update upload-artifact action to v4
Browse files Browse the repository at this point in the history
The upload-artifact@v2 action was deprecated since a while, and is now
completely disabled (forceful CI failure). Update to v4 to get CI back.

This also requires changing the artifact names, as the v4 action no
longer supports uploading different artifacts with the same name.

Signed-off-by: Mathieu Choplain <[email protected]>
  • Loading branch information
mathieuchopstm authored and erwango committed Sep 9, 2024
1 parent 63c23f8 commit b2b8a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
--cov-report html \
-vv
- name: store coverage report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ matrix.python-version }}
path: htmlcov

0 comments on commit b2b8a92

Please sign in to comment.