diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6829ff..4f2f008 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,11 +60,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Download coverage data - uses: actions/download-artifact@v4 - with: - pattern: coverage-* - merge-multiple: true + # - name: Download coverage data + # uses: actions/download-artifact@v4 + # with: + # pattern: coverage-* + # merge-multiple: true - name: Set project version run: | REF=${{ github.ref }}