Skip to content

Commit cbd9a28

Browse files
committed
.github: must use unset name with pattern matching
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 6a72b7e commit cbd9a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Download digests
8585
uses: actions/download-artifact@v4
8686
with:
87-
name: digest-*
87+
pattern: digest-*
8888
path: /tmp/digests
8989
merge-multiple: true
9090
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)