Skip to content

Commit 9462d62

Browse files
chore(deps): bump actions/upload-artifact from 4.0.0 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a951d8 commit 9462d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
PRERELEASE: ${{ needs.state.outputs.is_prerelease }}
259259

260260
- name: Upload tarball artifact
261-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
261+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
262262
with:
263263
name: ${{ github.ref_name }}
264264
path: ${{ steps.pack.outputs.tarball }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5252
# format to the repository Actions tab.
5353
- name: "Upload artifact"
54-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
54+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5555
with:
5656
name: SARIF file
5757
path: results.sarif

0 commit comments

Comments
 (0)