Skip to content

Commit 9d7cedb

Browse files
authored
Merge pull request #1756 from shirou/dependabot/github_actions/actions/upload-artifact-4.5.0
chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
2 parents d440870 + 7d30ec5 commit 9d7cedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom_generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: sbom
2020
env:
2121
GITHUB_TOKEN: ${{ github.token }}
22-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
22+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
2323
with:
2424
path: ${{steps.sbom.outputs.fileName }}
2525
name: "SBOM"

0 commit comments

Comments
 (0)