Skip to content

Commit 1df0d15

Browse files
⬆️ Bump the actions group with 2 updates (#162)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef95bfa commit 1df0d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
touch "/tmp/digests/${digest#sha256:}"
118118
119119
- name: Upload digest
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v5
121121
with:
122122
name: ${{ steps.image.outputs.ARTIFACT }}
123123
path: /tmp/digests/*
@@ -144,7 +144,7 @@ jobs:
144144
ref: ${{ needs.metadata.outputs.LATEST_RELEASE }}
145145

146146
- name: Download digests
147-
uses: actions/download-artifact@v5
147+
uses: actions/download-artifact@v6
148148
with:
149149
path: /tmp/artifacts
150150
pattern: "*-digests"

0 commit comments

Comments
 (0)