diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ad5082..0d741ff 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@v3 + uses: codecov/codecov-action@v4 publish: needs: test if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.repository_owner == 'supabase-community' }}