Skip to content

Commit

Permalink
Merge pull request #39 from Bayheck/multi-artifacts
Browse files Browse the repository at this point in the history
fix: avoid downloading artifact with pattern name
  • Loading branch information
Bayheck authored Feb 12, 2025
2 parents c0ce437 + d5f003c commit 6dc5512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/read-matrix-status/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ runs:
steps:
- uses: actions/download-artifact@v4
with:
name: matrix-status
pattern: matrix-status-*
merge-multiple: true

- name: Read matrix status
id: matrix-status
Expand Down

0 comments on commit 6dc5512

Please sign in to comment.