Skip to content

Commit c8d27bf

Browse files
Update actions/download-artifact action to v5
1 parent 44f2792 commit c8d27bf

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)