Skip to content

Commit ea784fa

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#6)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 914eea8 commit ea784fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- uses: docker/setup-buildx-action@v3
112112

113113
- name: Download AMD64 artifacts
114-
uses: actions/download-artifact@v5
114+
uses: actions/download-artifact@v6
115115
with:
116116
name: docker-image-amd64
117117
path: /tmp/amd64/
@@ -128,7 +128,7 @@ jobs:
128128
echo
129129
130130
- name: Download ARM64 artifacts
131-
uses: actions/download-artifact@v5
131+
uses: actions/download-artifact@v6
132132
with:
133133
name: docker-image-arm64
134134
path: /tmp/arm64/

0 commit comments

Comments
 (0)