File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 touch "${{ runner.temp }}/digests/${{ matrix.docker_target }}/${digest#sha256:}"
184184
185185 - name : Upload digest
186- uses : actions/upload-artifact@v4
186+ uses : actions/upload-artifact@v5
187187 with :
188188 name : digests-${{ matrix.docker_target }}-${{ env.PLATFORM_PAIR }}
189189 path : ${{ runner.temp }}/digests/${{ matrix.docker_target }}/*
@@ -220,7 +220,7 @@ jobs:
220220 echo "FULL_IMAGE_WITHOUT_TAG=$(echo $image_without_tag | tr '[A-Z]' '[a-z]')" >> $GITHUB_ENV
221221
222222 - name : Download digests
223- uses : actions/download-artifact@v5
223+ uses : actions/download-artifact@v6
224224 with :
225225 path : ${{ runner.temp }}/digests/${{ matrix.docker_target }}
226226 pattern : digests-${{ matrix.docker_target }}-*
You can’t perform that action at this time.
0 commit comments