diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7d1903d..6b05eec 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -59,7 +59,7 @@ jobs: - name: Run linter and tests run: make test-ci - name: Update code coverage - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests