diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd6fa55..7caba63 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,7 +64,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/unit-tests.xml - - uses: codecov/codecov-action@v4.2.0 + - uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/coverage.out