We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02cc97 commit b9f0765Copy full SHA for b9f0765
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: python -O once_test.py
24
- run: python -OO once_test.py
25
- name: Upload pytest test results
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
27
if: success() || failure()
28
with:
29
name: test-py${{ matrix.python-version}}-on-${{ matrix.os }}
0 commit comments