diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a167759..d8abfb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Store coverage data uses: actions/upload-artifact@v4 with: - name: code-coverage + name: code-coverage-${{ github.sha }} path: _coverage coverage: @@ -77,7 +77,7 @@ jobs: - uses: actions/download-artifact@v4 with: - name: code-coverage + name: code-coverage-${{ github.sha }} path: _coverage - name: Output coverage