Skip to content

Commit 07a3f3c

Browse files
chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#855)
1 parent 384ce5b commit 07a3f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
# Currently reusable workflows do not support setting strategy property from the caller workflow.
135135
- name: Upload the package artifact for debugging and release
136136
if: matrix.os == env.ARTIFACT_OS && matrix.python == env.ARTIFACT_PYTHON
137-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
137+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
138138
with:
139139
name: artifact-${{ matrix.os }}-python-${{ matrix.python }}
140140
path: dist

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Upload the results as artifacts (optional).
5454
- name: Upload artifact
55-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
55+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5656
with:
5757
name: SARIF file
5858
path: results.sarif

0 commit comments

Comments
 (0)