From 43d51b731af564cc45fa087d35b457dbf03f3578 Mon Sep 17 00:00:00 2001 From: Peter Van Dyken Date: Sat, 13 Jul 2024 10:35:52 -0400 Subject: [PATCH] Add pattern to coverage upload action Attempt to only download the coverage related artefacts to fix download issues --- .github/workflows/upload_coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upload_coverage.yml b/.github/workflows/upload_coverage.yml index 8c877124..86644ffc 100644 --- a/.github/workflows/upload_coverage.yml +++ b/.github/workflows/upload_coverage.yml @@ -18,6 +18,7 @@ jobs: with: run-id: ${{ github.event.workflow_run.id }} github-token: ${{ secrets.GITHUB_TOKEN }} + pattern: coverage-* - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4 with: