diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index b6e5a1e..dc557f7 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -37,7 +37,7 @@ jobs: run: make test - name: Publish coverage # Pass the `coverage.out` output to this action - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: file: profile.cov token: ${{ secrets.CODECOV_TOKEN }}