We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9608dc commit a942e35Copy full SHA for a942e35
1 file changed
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
tox -v
45
46
- name: Store coverage reports
47
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
48
with:
49
name: coverage-${{ matrix.python-version }}
50
path: coverage.xml
@@ -59,7 +59,7 @@ jobs:
59
60
fetch-depth: 0
61
62
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
63
64
name: coverage-3.9
65
path: .
0 commit comments