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 e307059 commit 86172a0Copy full SHA for 86172a0
.github/workflows/build.yaml
@@ -65,7 +65,7 @@ jobs:
65
run: make coverage
66
67
- name: Upload test results (Python)
68
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
69
with:
70
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
71
path: '**/junit.xml'
@@ -106,7 +106,7 @@ jobs:
106
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
107
if: matrix.os != 'ubuntu-latest'
108
109
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
110
111
name: dist-${{matrix.os}}
112
path: dist
0 commit comments