Skip to content

Commit

Permalink
update actions/download-artifact in workflows to consistently use 4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden authored Dec 11, 2024
2 parents 492b50f + 4300f17 commit 733fa36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ jobs:
- build_docker_image
steps:
- name: Fetch prepared SBOM artifacts
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
pattern: 'sboms-*'
merge-multiple: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ jobs:

steps:
- name: Fetch prepared SBOM artifacts
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
pattern: 'sboms-*'
merge-multiple: false
Expand Down

0 comments on commit 733fa36

Please sign in to comment.