diff --git a/.github/workflows/test.action.git_ops.tag.yml b/.github/workflows/test.action.git_ops.tag.yml index 65dbd7e..fdf995c 100644 --- a/.github/workflows/test.action.git_ops.tag.yml +++ b/.github/workflows/test.action.git_ops.tag.yml @@ -48,7 +48,7 @@ jobs: pytest tests/ -v -m "integration" --cov=. --cov-report=xml --cov-append - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: ./actions/core/git-ops/tag/coverage.xml flags: unittests