File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
65
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
66
66
if : failure()
67
67
with :
68
68
name : numpy-cygwin-wheel
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
# cibw_before_build.sh when a released cython can build numpy
152
152
CIBW_BUILD_FRONTEND : " pip; args: --no-build-isolation"
153
153
154
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
154
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
155
155
with :
156
156
name : ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
157
157
path : ./wheelhouse/*.whl
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
45
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
46
46
with :
47
47
name : SARIF file
48
48
path : results.sarif
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
CIBW_PRERELEASE_PYTHONS : True
160
160
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
161
161
162
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
162
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
163
163
with :
164
164
name : ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
165
165
path : ./wheelhouse/*.whl
@@ -240,7 +240,7 @@ jobs:
240
240
python -mpip install twine
241
241
twine check dist/*
242
242
243
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
243
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
244
244
with :
245
245
name : sdist
246
246
path : ./dist/*
You can’t perform that action at this time.
0 commit comments