We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb708a3 commit 3d0a1aaCopy full SHA for 3d0a1aa
.github/workflows/ci-pipeline.yml
@@ -220,7 +220,7 @@ jobs:
220
echo "FULL_IMAGE_WITHOUT_TAG=$(echo $image_without_tag | tr '[A-Z]' '[a-z]')" >> $GITHUB_ENV
221
222
- name: Download digests
223
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
224
with:
225
path: ${{ runner.temp }}/digests/${{ matrix.docker_target }}
226
pattern: digests-${{ matrix.docker_target }}-*
0 commit comments