Skip to content

Commit b77d2c6

Browse files
authored
Merge pull request numpy#26866 from numpy/dependabot/github_actions/actions/upload-artifact-4.3.4
MAINT: Bump actions/upload-artifact from 4.3.3 to 4.3.4
2 parents b46446e + 2386a2d commit b77d2c6

File tree

4 files changed

+5
-5
lines changed

4 files changed

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

.github/workflows/free-threaded-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
# cibw_before_build.sh when a released cython can build numpy
152152
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
153153

154-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
154+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
155155
with:
156156
name: ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
157157
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
45+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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
@@ -159,7 +159,7 @@ jobs:
159159
CIBW_PRERELEASE_PYTHONS: True
160160
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
161161

162-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
162+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
163163
with:
164164
name: ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
165165
path: ./wheelhouse/*.whl
@@ -240,7 +240,7 @@ jobs:
240240
python -mpip install twine
241241
twine check dist/*
242242
243-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
243+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
244244
with:
245245
name: sdist
246246
path: ./dist/*

0 commit comments

Comments
 (0)