diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db1fa1b9..25f90948 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,6 +56,6 @@ jobs: verbose: true - name: Upload coverage to Code Climate - uses: paambaati/codeclimate-action@v8.0.0 + uses: paambaati/codeclimate-action@v9.0.0 with: coverageLocations: ${{github.workspace}}/coverage/coverage.xml:coverage.py