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 9b8f20b commit 0b73d03Copy full SHA for 0b73d03
.github/workflows/build.yaml
@@ -58,7 +58,7 @@ jobs:
58
run: make coverage
59
60
- name: Upload test results (Python)
61
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
62
with:
63
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
64
path: '**/junit.xml'
@@ -97,7 +97,7 @@ jobs:
97
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
98
if: matrix.os != 'ubuntu-latest'
99
100
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
101
102
name: dist-${{matrix.os}}
103
path: dist
0 commit comments