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

This commit is contained in:
renovate[bot]
2025-01-25 11:12:46 +01:00
committed by Wolfgang Walther
parent 0bec15fb71
commit 31cccd3264
+1 -1
View File
@@ -49,7 +49,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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
with:
files: ./coverage/codecov.json
token: ${{ secrets.CODECOV_TOKEN }}