diff --git a/.github/workflows/pr-test.yaml b/.github/workflows/pr-test.yaml index ca33d0f3..5e6bbc68 100644 --- a/.github/workflows/pr-test.yaml +++ b/.github/workflows/pr-test.yaml @@ -41,7 +41,7 @@ jobs: run: | make test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out