diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index a7b15194..a8722933 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -35,5 +35,5 @@ jobs: PATH=/home/runner/.local/bin:$PATH coverage report && \ PATH=/home/runner/.local/bin:$PATH coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.1 + uses: codecov/codecov-action@v5.0.2 if: github.repository == 'iqtlabs/birdseye'