We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82c1c3a + 09e6ea7 commit 0384eaeCopy full SHA for 0384eae
1 file changed
.github/workflows/build.yaml
@@ -73,7 +73,7 @@ jobs:
73
run: make coverage
74
75
- name: Upload test results (Python)
76
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
77
with:
78
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
79
path: '**/junit.xml'
@@ -113,7 +113,7 @@ jobs:
113
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
114
if: matrix.os != 'ubuntu-latest'
115
116
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
117
118
name: dist-${{matrix.os}}
119
path: dist
0 commit comments