diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd85477..cd8b9e6 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-${{ matrix.php }}-${{ github.run_number}} + name: code-coverage-${{ matrix.php }}-${{ github.run_number }} path: _coverage coverage: @@ -77,7 +77,7 @@ jobs: - uses: actions/download-artifact@v4 with: - name: code-coverage-${{ matrix.php }}-${{ github.run_number}} + name: code-coverage-${{ matrix.php }}-${{ github.run_number }} path: _coverage - name: Output coverage