Skip to content

Commit 0657d9f

Browse files
Mathieu Choplainaescolar
authored andcommitted
ci: update upload-artifact action to v4
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]>
1 parent 156d04e commit 0657d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--cov-report html \
3232
-vv
3333
- name: store coverage report
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
36-
name: coverage
36+
name: coverage-${{ matrix.python-version }}
3737
path: htmlcov

0 commit comments

Comments
 (0)