diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b9394e..04f64ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: run: pytest tests --cov=fdb_record_layer --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml fail_ci_if_error: false