Skip to content

Commit 202e28f

Browse files
authored
Merge pull request #6307 from moby/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 0907362 + 687df94 commit 202e28f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/buildkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
steps:
344344
-
345345
name: Download artifacts
346-
uses: actions/download-artifact@v5
346+
uses: actions/download-artifact@v6
347347
with:
348348
path: ${{ env.DESTDIR }}
349349
pattern: buildkit-*

.github/workflows/dockerd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
buildkitd-flags: --debug
115115
-
116116
name: Download dockerd
117-
uses: actions/download-artifact@v5
117+
uses: actions/download-artifact@v6
118118
with:
119119
name: dockerd
120120
path: ./build/

.github/workflows/test-os.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
cache: false
145145
-
146146
name: Download artifacts
147-
uses: actions/download-artifact@v5
147+
uses: actions/download-artifact@v6
148148
with:
149149
name: buildkit-windows-amd64
150150
path: ${{ github.workspace }}\bin
@@ -211,7 +211,7 @@ jobs:
211211
uses: actions/checkout@v5
212212
-
213213
name: Download artifacts
214-
uses: actions/download-artifact@v5
214+
uses: actions/download-artifact@v6
215215
with:
216216
name: buildkit-freebsd-amd64
217217
path: ${{ env.DESTDIR }}

0 commit comments

Comments
 (0)