diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ddeefc4..6020c0f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -62,7 +62,7 @@ jobs: - name: Run linter and tests run: make test-ci - name: Update code coverage - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.4.1 with: flags: unittests token: ${{ secrets.CODECOV_TOKEN }}