diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ef9997..d446707 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Upload coverage profile if: matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-profile path: cover.out