chore(deps): update codecov/codecov-action action to v5.5.1

This commit is contained in:
renovate[bot]
2025-09-04 19:25:46 +00:00
committed by Wolfgang Walther
parent 1dca23e7af
commit b265f7bf7e
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
- name: Run coverage (IO tests and Spec tests against PostgreSQL 15)
run: postgrest-coverage
- name: Upload coverage to codecov
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
with:
files: ./coverage/codecov.json
token: ${{ secrets.CODECOV_TOKEN }}