File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}-*
You can’t perform that action at this time.
0 commit comments