From 35df57ac2fe6d3433cacdcf48843ff6e85d0cd91 Mon Sep 17 00:00:00 2001 From: Raphael Simon Date: Fri, 29 Sep 2023 00:41:48 -0700 Subject: [PATCH] Attempt to fix artifact download (#3376) --- .github/workflows/report-coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |