File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
66
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
57
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
58
58
with :
59
59
name : cp312-pyodide_wasm32
60
60
path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ jobs:
70
70
run : |
71
71
echo ${{ github.event.pull_request.number }} | tee pr_number.txt
72
72
- name : Upload mypy_primer diff + PR number
73
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
73
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
74
74
if : ${{ matrix.shard-index == 0 }}
75
75
with :
76
76
name : mypy_primer_diffs-${{ matrix.shard-index }}
77
77
path : |
78
78
diff_${{ matrix.shard-index }}.txt
79
79
pr_number.txt
80
80
- name : Upload mypy_primer diff
81
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
81
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
82
82
if : ${{ matrix.shard-index != 0 }}
83
83
with :
84
84
name : mypy_primer_diffs-${{ matrix.shard-index }}
92
92
contents : read
93
93
steps :
94
94
- name : Merge artifacts
95
- uses : actions/upload-artifact/merge@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
95
+ uses : actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
96
96
with :
97
97
name : mypy_primer_diffs
98
98
pattern : mypy_primer_diffs-*
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
45
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46
46
with :
47
47
name : SARIF file
48
48
path : results.sarif
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
env :
176
176
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
177
177
178
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
178
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
179
179
with :
180
180
name : ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
181
181
path : ./wheelhouse/*.whl
@@ -257,7 +257,7 @@ jobs:
257
257
python -mpip install twine
258
258
twine check dist/*
259
259
260
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
260
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
261
261
with :
262
262
name : sdist
263
263
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
171
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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