8000 Merge pull request #26309 from numpy/dependabot/github_actions/action… · melissawm/numpy@755dc57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 755dc57

Browse files
authored
Merge pull request numpy#26309 from numpy/dependabot/github_actions/actions/upload-artifact-4.3.2
MAINT: Bump actions/upload-artifact from 4.3.1 to 4.3.2
2 parents fd3a52b + 265be4a commit 755dc57

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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
65+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
45+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
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
@@ -154,7 +154,7 @@ jobs:
154154
CIBW_PRERELEASE_PYTHONS: True
155155
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
156156

157-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
157+
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
158158
with:
159159
name: ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
160160
path: ./wheelhouse/*.whl
@@ -235,7 +235,7 @@ jobs:
235235
python -mpip install twine
236236
twine check dist/*
237237
238-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
238+
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
239239
with:
240240
name: sdist
241241
path: ./dist/*

0 commit comments

Comments
 (0)
0