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 a60a489 commit ec63d6fCopy full SHA for ec63d6f
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
env:
28
OPENSSL_CONF: '${{ github.workspace }}/test/openssl.cnf'
29
- name: Upload pytest test results
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: pytest-results-${{ matrix.python-version }}
33
path: junit/test-results-${{ matrix.python-version }}.xml
0 commit comments