diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 613607c1d..7e6c2f282 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -49,7 +49,7 @@ jobs: run: make unit-test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: unit-tests