Skip to content

Commit 3d0a1aa

Browse files
Update actions/download-artifact action to v5 (#295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb708a3 commit 3d0a1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@v4
223+
uses: actions/download-artifact@v5
224224
with:
225225
path: ${{ runner.temp }}/digests/${{ matrix.docker_target }}
226226
pattern: digests-${{ matrix.docker_target }}-*

0 commit comments

Comments
 (0)