Skip to content

Commit 2ed7983

Browse files
Update GitHub Artifact Actions
1 parent 9012254 commit 2ed7983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}-*

0 commit comments

Comments
 (0)