We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a809e98 commit ffe43b2Copy full SHA for ffe43b2
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: make run_tests
34
35
- name: Upload Coverage
36
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
37
publish:
38
needs: test
39
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' }}
0 commit comments