Skip to content

Commit ea4a2cb

Browse files
committed
Switch to download-artifact@v4
1 parent c8a9c9a commit ea4a2cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Download artifacts
16-
uses: actions/download-artifact@v2
16+
uses: actions/download-artifact@v4
1717
with:
18-
name: ${{ inputs.artifact }}
18+
pattern: "${{ inputs.artifact }}-*"
19+
merge-multiple: true
1920
path: ${{ runner.temp }}/coverage
2021
- name: Install coverage
2122
run: |

0 commit comments

Comments
 (0)