Skip to content

Commit 19d4d2b

Browse files
build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b487862 commit 19d4d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
results_format: sarif
2626
publish_results: true
2727
- name: Upload artifact
28-
uses: actions/upload-artifact@v4.4.3
28+
uses: actions/upload-artifact@v4.6.0
2929
with:
3030
name: SARIF file
3131
path: results.sarif

0 commit comments

Comments
 (0)