diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 53b8520..fe2ec57 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -16,10 +16,10 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Download coverage artifact - uses: actions/download-artifact@v4 - with: - name: coverage-unified + # - name: Download coverage artifact + # uses: actions/download-artifact@v4 + # with: + # name: coverage-unified - name: Get changed files uses: tj-actions/changed-files@v45 id: changed-files