Skip to content

Commit ffe43b2

Browse files
chore(deps): bump codecov/codecov-action from 3 to 4 (#50)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a809e98 commit ffe43b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: make run_tests
3434

3535
- name: Upload Coverage
36-
uses: codecov/codecov-action@v3
36+
uses: codecov/codecov-action@v4
3737
publish:
3838
needs: test
3939
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

Comments
 (0)