Skip to content

Commit 8b36b9f

Browse files
authored
Merge pull request #56 from crazy-max/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 4 to 6
2 parents 95e2069 + 403eb1a commit 8b36b9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
114114
-
115115
name: Download meta bake definition
116-
uses: actions/download-artifact@v4
116+
uses: actions/download-artifact@v6
117117
with:
118118
name: bake-meta-${{ matrix.variant }}
119119
path: /tmp
@@ -192,13 +192,13 @@ jobs:
192192
steps:
193193
-
194194
name: Download meta bake definition
195-
uses: actions/download-artifact@v4
195+
uses: actions/download-artifact@v6
196196
with:
197197
name: bake-meta-${{ matrix.variant }}
198198
path: /tmp
199199
-
200200
name: Download digests
201-
uses: actions/download-artifact@v4
201+
uses: actions/download-artifact@v6
202202
with:
203203
path: /tmp/digests
204204
pattern: digests-${{ matrix.variant }}-*

0 commit comments

Comments
 (0)