Skip to content

Commit d1724e3

Browse files
authored
Merge pull request numpy#27536 from numpy/dependabot/github_actions/actions/upload-artifact-4.4.3
MAINT: Bump actions/upload-artifact from 4.4.1 to 4.4.3
2 parents 3c76354 + c2baa09 commit d1724e3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cd tools
6363
/usr/bin/python3.9 -m pytest --pyargs numpy -n2 -m "not slow"
6464
- name: Upload wheel if tests fail
65-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
65+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6666
if: failure()
6767
with:
6868
name: numpy-cygwin-wheel

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
CIBW_PLATFORM: pyodide
5454

5555
- name: Upload wheel artifact(s)
56-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
56+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5757
with:
5858
name: cp312-pyodide_wasm32
5959
path: ./wheelhouse/*.whl

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Upload the results as artifacts (optional). Commenting out will disable
4343
# uploads of run results in SARIF format to the repository Actions tab.
4444
- name: "Upload artifact"
45-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
45+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
4646
with:
4747
name: SARIF file
4848
path: results.sarif

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
CIBW_FREE_THREADED_SUPPORT: True
173173
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
174174

175-
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
175+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
176176
with:
177177
name: ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
178178
path: ./wheelhouse/*.whl
@@ -253,7 +253,7 @@ jobs:
253253
python -mpip install twine
254254
twine check dist/*
255255
256-
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
256+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
257257
with:
258258
name: sdist
259259
path: ./dist/*

.github/workflows/windows_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE }
168168
169169
- name: Upload Artifacts
170-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
170+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
171171
with:
172172
name: ${{ env.python_version }}-win_arm64
173173
path: ./*.whl

0 commit comments

Comments
 (0)