Skip to content

Commit bdc56eb

Browse files
Bump actions/download-artifact from 3 to 4 (#349)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99b183c commit bdc56eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ jobs:
119119
run: rm -rf sbom*.* || true
120120
- name: Download artifact for SPDX Report
121121
if: github.ref == 'refs/heads/release'
122-
uses: actions/download-artifact@v3
122+
uses: actions/download-artifact@v4
123123
with:
124124
name: sbom.spdx
125125
- name: Download artifact for CycloneDx Report
126126
if: github.ref == 'refs/heads/release'
127-
uses: actions/download-artifact@v3
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: sbom.cyclonedx
130130
- name: ORAS Setup

0 commit comments

Comments
 (0)