We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a9c9a commit ea4a2cbCopy full SHA for ea4a2cb
1 file changed
action.yml
@@ -13,9 +13,10 @@ runs:
13
using: "composite"
14
steps:
15
- name: Download artifacts
16
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
17
with:
18
- name: ${{ inputs.artifact }}
+ pattern: "${{ inputs.artifact }}-*"
19
+ merge-multiple: true
20
path: ${{ runner.temp }}/coverage
21
- name: Install coverage
22
run: |
0 commit comments