Skip to content

Commit

Permalink
chore: use correct pattern when downloading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
deowk committed Apr 25, 2024
1 parent df613ad commit bb47acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-*
pattern: digests-${{matrix.node}}-*
merge-multiple: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit bb47acf

Please sign in to comment.