We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1391d68 commit 2196327Copy full SHA for 2196327
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
PYTHONPATH=${GITHUB_WORKSPACE} python -m build --wheel -n
76
77
- name: Upload test results
78
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
79
if: ${{ always() }}
80
with:
81
name: Test and Coverage
0 commit comments