Skip to content

Commit 4140e5f

Browse files
ci(deps): bump actions/download-artifact from 5 to 6 (#23)
1 parent a135628 commit 4140e5f

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@v5
158+
uses: actions/download-artifact@v6
159159
with:
160160
path: ${{ runner.temp }}/digests
161161
pattern: digests-${{ inputs.build-digest-key }}-*

0 commit comments

Comments
 (0)