Skip to content

Commit 221cf8e

Browse files
ci(deps): bump actions/download-artifact from 7 to 8 (#43)
1 parent 9da36c4 commit 221cf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push-multi-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- build
156156
steps:
157157
- name: Download digests
158-
uses: actions/download-artifact@v7
158+
uses: actions/download-artifact@v8
159159
with:
160160
path: ${{ runner.temp }}/digests
161161
pattern: digests-${{ inputs.build-digest-key }}-*

0 commit comments

Comments
 (0)