Skip to content

Commit ea01dba

Browse files
Bump actions/download-artifact from 4 to 5 in /.github/workflows (#44)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 b91d9a8 commit ea01dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,13 @@ jobs:
205205

206206
steps:
207207
- name: 📥 Download Security Artifacts
208-
uses: actions/download-artifact@v4
208+
uses: actions/download-artifact@v5
209209
with:
210210
name: security-scan-results
211211
path: security-results/
212212

213213
- name: 📥 Download Container SBOM
214-
uses: actions/download-artifact@v4
214+
uses: actions/download-artifact@v5
215215
with:
216216
name: container-sbom
217217
path: sbom-results/

0 commit comments

Comments
 (0)