diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f902779..f896f0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: make run_tests - name: Upload Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 release-please: needs: test if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}