Skip to content

Commit

Permalink
hnng
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Nov 26, 2024
1 parent 8f39395 commit 31bc178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Download coverage (${{ github.head_ref }})
- name: Download coverage (${{ env.ARTIFACT_NAME }})
uses: actions/download-artifact@v4
with:
name: coverage-${{ github.head_ref }}
name: coverage-${{ env.ARTIFACT_NAME }}
path: coverage

- name: Download coverage (main)
Expand Down

0 comments on commit 31bc178

Please sign in to comment.