diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9133276..9043c51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: LIZARD_URL: ${{ secrets.LIZARD_URL }} - name: Upload coverage reports - uses: codecov/codecov-action@v6.0.1 + uses: codecov/codecov-action@v7.0.0 if: matrix.ruby-version == '4.0' with: files: ./coverage/.resultset.json