Skip to content

Commit

Permalink
ci(test): update download artifact pattern for terraform 1.11 coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski committed Feb 27, 2025
1 parent 2896c17 commit d39a1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ jobs:
- name: 📥 Download
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
pattern: terraform-1_10-test-coverage*
pattern: terraform-1_11-test-coverage*
merge-multiple: true

- name: 📝 Publish
Expand Down

0 comments on commit d39a1e8

Please sign in to comment.