diff --git a/.github/workflows/report-coverage.yml b/.github/workflows/report-coverage.yml index 80a37e4a37..87a5aed1c8 100644 --- a/.github/workflows/report-coverage.yml +++ b/.github/workflows/report-coverage.yml @@ -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: |