We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543568e commit 12156f4Copy full SHA for 12156f4
.github/workflows/unittest-prerelease.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
nox -s unit_prerelease
28
- name: Upload coverage results
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: coverage-artifacts
32
path: .coverage-${{ matrix.python }}
0 commit comments