Skip to content

Commit d21332d

Browse files
build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4286f1f commit d21332d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Download setup artifact
28-
uses: actions/[email protected].8
28+
uses: actions/[email protected].9
2929
with:
3030
name: AutoStartConfirmSetup
3131

3232
- name: Download framework dependent SBOM artifact
33-
uses: actions/[email protected].8
33+
uses: actions/[email protected].9
3434
with:
3535
name: FrameworkDependent.sbom.spdx.json
3636

3737
- name: Download standalone SBOM artifact
38-
uses: actions/[email protected].8
38+
uses: actions/[email protected].9
3939
with:
4040
name: Standalone.sbom.spdx.json
4141

0 commit comments

Comments
 (0)