Skip to content

Commit ec63d6f

Browse files
committed
fix ci
1 parent a60a489 commit ec63d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
OPENSSL_CONF: '${{ github.workspace }}/test/openssl.cnf'
2929
- name: Upload pytest test results
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: pytest-results-${{ matrix.python-version }}
3333
path: junit/test-results-${{ matrix.python-version }}.xml

0 commit comments

Comments
 (0)