File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 63
63
cd tools
64
64
/usr/bin/python3.9 -m pytest --pyargs numpy -n2 -m "not slow"
65
65
- name : Upload wheel if tests fail
66
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
66
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
67
67
if : failure()
68
68
with :
69
69
name : numpy-cygwin-wheel
Original file line number Diff line number Diff line change 54
54
CIBW_PLATFORM : pyodide
55
55
56
56
- name : Upload wheel artifact(s)
57
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
57
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
58
58
with :
59
59
name : cp312-pyodide_wasm32
60
60
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
46
46
with :
47
47
name : SARIF file
48
48
path : results.sarif
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174
174
CIBW_FREE_THREADED_SUPPORT : True
175
175
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
176
176
177
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
177
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
178
178
with :
179
179
name : ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
180
180
path : ./wheelhouse/*.whl
@@ -256,7 +256,7 @@ jobs:
256
256
python -mpip install twine
257
257
twine check dist/*
258
258
259
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
259
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
260
260
with :
261
261
name : sdist
262
262
path : ./dist/*
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE }
169
169
170
170
- name : Upload Artifacts
171
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
171
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
172
172
with :
173
173
name : ${{ env.python_version }}-win_arm64
174
174
path : ./*.whl
You can’t perform that action at this time.
0 commit comments