Skip to content

Commit 090114f

Browse files
authored
Merge pull request #511 from validatedpatterns/dependabot/github_actions/actions/download-artifact-8
chore(deps): bump actions/download-artifact from 7 to 8
2 parents b1df36a + 49dd459 commit 090114f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ jobs:
104104
persist-credentials: false
105105

106106
- name: Download AMD64 image
107-
uses: actions/download-artifact@v7
107+
uses: actions/download-artifact@v8
108108
with:
109109
name: image-amd64-${{ github.run_id }}
110110
path: /tmp
111111

112112
- name: Download ARM64 image
113-
uses: actions/download-artifact@v7
113+
uses: actions/download-artifact@v8
114114
with:
115115
name: image-arm64-${{ github.run_id }}
116116
path: /tmp

0 commit comments

Comments
 (0)