diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 12b59618..4ca9dc55 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@v4.5.0 + uses: codecov/codecov-action@v4.6.0 if: github.repository == 'iqtlabs/birdseye'