From a314b6afaca34110725bf6a7bfa80ea556482bf4 Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Mon, 18 Dec 2023 07:34:07 -0800 Subject: [PATCH] download all artifacts for the run --- .github/workflows/rust.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index da1f3d3..575cd7e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -153,7 +153,6 @@ jobs: - name: Download Integration Coverage uses: actions/download-artifact@v4 with: - name: coverage-artifacts-integration-${{ matrix.store }} path: coverage-artifacts-integration - name: Combine Coverage Data run: |