Skip to content

Commit

Permalink
Attempt to fix artifact download (#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael authored Sep 29, 2023
1 parent 9fcee28 commit 35df57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
ref: ${{ github.event.workflow_run.head_branch }}

- name: Download test coverage
uses: actions/download-artifact@v3
uses: dawidd6/action-download-artifact@v2
with:
workflow: test.yml
name: coverage
path: cover.out

- name: Report analysis to DeepSource
run: |
Expand Down

0 comments on commit 35df57a

Please sign in to comment.