Skip to content

Commit 0469e1d

Browse files
authored
Merge pull request numpy#27097 from numpy/dependabot/github_actions/actions/upload-artifact-4.3.5
MAINT: Bump actions/upload-artifact from 4.3.4 to 4.3.5
2 parents a07c90c + 80edbd1 commit 0469e1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
65+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
6666
if: failure()
6767
with:
6868
name: numpy-cygwin-wheel

.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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
45+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
175+
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
256+
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
257257
with:
258258
name: sdist
259259
path: ./dist/*

0 commit comments

Comments
 (0)