diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 60459f6..7c9edd4 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -60,7 +60,7 @@ jobs: - name: Run linter and tests run: make test-ci - name: Update code coverage - uses: codecov/codecov-action@v4.2.0 + uses: codecov/codecov-action@v4.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests