File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
cd tools
63
63
/usr/bin/python3.9 -m pytest --pyargs numpy -n2 -m "not slow"
64
64
- name : Upload wheel if tests fail
65
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
65
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
66
66
if : failure()
67
67
with :
68
68
name : numpy-cygwin-wheel
Original file line number Diff line number Diff line change 42
42
# Upload the results as artifacts (optional). Commenting out will disable
43
43
# uploads of run results in SARIF format to the repository Actions tab.
44
44
- name : " Upload artifact"
45
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
45
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
46
46
with :
47
47
name : SARIF file
48
48
path : results.sarif
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172
172
CIBW_FREE_THREADED_SUPPORT : True
173
173
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
174
174
175
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
175
+ - uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
176
176
with :
177
177
name : ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
178
178
path : ./wheelhouse/*.whl
@@ -253,7 +253,7 @@ jobs:
253
253
python -mpip install twine
254
254
twine check dist/*
255
255
256
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
256
+ - uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
257
257
with :
258
258
name : sdist
259
259
path : ./dist/*
You can’t perform that action at this time.
0 commit comments