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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
65
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
45
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
46
46
with :
47
47
name : SARIF file
48
48
path : results.sarif
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
CIBW_PRERELEASE_PYTHONS : True
155
155
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
156
156
157
- - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
157
+ - uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
158
158
with :
159
159
name : ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
160
160
path : ./wheelhouse/*.whl
@@ -235,7 +235,7 @@ jobs:
235
235
python -mpip install twine
236
236
twine check dist/*
237
237
238
- - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
238
+ - uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
239
239
with :
240
240
name : sdist
241
241
path : ./dist/*
You can’t perform that action at this time.
0 commit comments