We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e126d04 commit d5dcb56Copy full SHA for d5dcb56
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: poetry run tests
39
40
- name: Upload Coverage
41
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
42
release-please:
43
needs: test
44
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}
0 commit comments