diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ca9d22..99a1127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: TESTING: true run: pytest --cov=. --cov-report=xml --cov-report=term-missing -v --cov-fail-under=30 tests/ - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 with: token: ${{ secrets.CODECOV_TOKEN }}