Skip to content

Commit

Permalink
name to pattern on actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kapenacunmin committed May 14, 2024
1 parent 3d035a0 commit 06b9cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
fetch-depth: 1000 # have enough history to find the merge-base between PR and master
- uses: actions/download-artifact@v4
with:
name: coverage-profraw-*
pattern: coverage-profraw-*
path: coverage/profraw
merge-multiple: true
- uses: taiki-e/install-action@9b5b983efc779f85e5e5d11539f005e85ccb27ff
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: coverage-codecov-*
pattern: coverage-codecov-*
merge-multiple: true
# Keep the number of uploads here in sync with codecov.yml’s after_n_build value
# codecov will send a comment only after having receidev this number of uploads.
Expand Down

0 comments on commit 06b9cc5

Please sign in to comment.