We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645b677 commit a8aee9aCopy full SHA for a8aee9a
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: make run_tests
34
35
- name: Upload Coverage
36
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
37
release-please:
38
needs: test
39
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}
0 commit comments