10000 Merge pull request #28029 from numpy/dependabot/github_actions/action… · numpy/numpy@5a2da5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a2da5e

Browse files
authored
Merge pull request #28029 from numpy/dependabot/github_actions/actions/upload-artifact-4.5.0
MAINT: Bump actions/upload-artifact from 4.4.3 to 4.5.0
2 parents cb34472 + d6c57ed commit 5a2da5e

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
@@ -63,7 +63,7 @@ jobs:
6363
cd tools
6464
/usr/bin/python3.9 -m pytest --pyargs numpy -n2 -m "not slow"
6565
- name: Upload wheel if tests fail
66-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
66+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
6767
if: failure()
6868
with:
6969
name: numpy-cygwin-wheel

.github/workflows/emscripten.yml

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

5656
- name: Upload wheel artifact(s)
57-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
57+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5858
with:
5959
name: cp312-pyodide_wasm32
6060
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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
@@ -174,7 +174,7 @@ jobs:
174174
CIBW_FREE_THREADED_SUPPORT: True
175175
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
176176

177-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
177+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
178178
with:
179179
name: ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
180180
path: ./wheelhouse/*.whl
@@ -256,7 +256,7 @@ jobs:
256256
python -mpip install twine
257257
twine check dist/*
258258
259-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
259+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
260260
with:
261261
name: sdist
262262
path: ./dist/*

.github/workflows/windows_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE }
169169
170170
- name: Upload Artifacts
171-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
171+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
172172
with:
173173
name: ${{ env.python_version }}-win_arm64
174174
path: ./*.whl

0 commit comments

Comments
 (0)
0