Skip to content

Commit 59e7789

Browse files
author
Robert Schuh
committed
update to artifact v4
1 parent fe44c05 commit 59e7789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Upload digest
6464
uses: actions/upload-artifact@v4
6565
with:
66-
name: digests-${{ matrix.runs-on }}
66+
name: digests-${{ matrix.platform }}
6767
path: /tmp/digests/*
6868
if-no-files-found: error
6969
retention-days: 1
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/download-artifact@v4
8181
with:
8282
path: /tmp/digests
83-
pattern: digests-${{ matrix.runs-on }}
83+
pattern: digests-${{ matrix.platform }}
8484
merge-multiple: 'true'
8585
- name: Set up Docker Buildx
8686
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)