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 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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
65
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
56
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
45
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
175
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
256
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
257
257
with :
258
258
name : sdist
259
259
path : ./dist/*
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE }
168
168
169
169
- name : Upload Artifacts
170
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
170
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
171
171
with :
172
172
name : ${{ env.python_version }}-win_arm64
173
173
path : ./*.whl
You can’t perform that action at this time.
0 commit comments