Skip to content

Commit f0308f2

Browse files
chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#1224)
1 parent 5e852fd commit f0308f2

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
@@ -129,7 +129,7 @@ jobs:
129129
# Currently reusable workflows do not support setting strategy property from the caller workflow.
130130
- name: Upload the package artifact for debugging and release
131131
if: matrix.os == env.ARTIFACT_OS && matrix.python == env.ARTIFACT_PYTHON
132-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
132+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
133133
with:
134134
name: artifact-${{ matrix.os }}-python-${{ matrix.python }}
135135
path: dist

.github/workflows/scorecards-analysis.yaml

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

5050
# Upload the results as artifacts (optional).
5151
- name: Upload artifact
52-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5353
with:
5454
name: SARIF file
5555
path: results.sarif

0 commit comments

Comments
 (0)