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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
65
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
66
66
if : failure()
67
67
with :
68
68
name : numpy-cygwin-wheel
Original file line number Diff line number Diff line change 53
53
CIBW_PLATFORM : pyodide
54
54
55
55
- name : Upload wheel artifact(s)
56
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
56
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
57
57
with :
58
58
name : cp312-pyodide_wasm32
59
59
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
45
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
175
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
256
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
257
257
with :
258
258
name : sdist
259
259
path : ./dist/*
You can’t perform that action at this time.
0 commit comments