Skip to content

Commit 3045797

Browse files
authored
Merge pull request #1735 from shirou/dependabot/github_actions/actions/upload-artifact-4.4.3
chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3
2 parents 7422a58 + c30c83b commit 3045797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom_generator.yml

+1-1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
22+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
2323
with:
2424
path: ${{steps.sbom.outputs.fileName }}
2525
name: "SBOM"

0 commit comments

Comments
 (0)