Skip to content

Commit dbcef5b

Browse files
authored
Merge pull request #6 from WOSSFOSS/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents bbd1f72 + 48e2d69 commit dbcef5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo "IMAGE_NAME=${GITHUB_REPOSITORY,,}" >> "${GITHUB_ENV}"
9090
9191
- name: Download digests
92-
uses: actions/download-artifact@v7
92+
uses: actions/download-artifact@v8
9393
with:
9494
path: "/tmp/digests/"
9595
pattern: "digests-plat-*"

0 commit comments

Comments
 (0)