Skip to content

Commit ba8fc97

Browse files
build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
2 parents 06c8777 + 5054a26 commit ba8fc97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerised-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python-version: ${{ matrix.python-version }}
6060
command: pytest -n 0 --max-worker-restart 0 -k docker --postgresql-host=localhost --postgresql-port 5433 --postgresql-password=postgres --cov-report=xml:coverage-docker.xml
6161
- name: Upload coverage to Codecov
62-
uses: codecov/codecov-action@v5.3.1
62+
uses: codecov/codecov-action@v5.4.0
6363
with:
6464
token: ${{ secrets.codecov_token }}
6565
flags: unittests

.github/workflows/single-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
6969
path: /tmp/pytest-of-runner/**
7070
- name: Upload coverage to Codecov
71-
uses: codecov/codecov-action@v5.3.1
71+
uses: codecov/codecov-action@v5.4.0
7272
with:
7373
token: ${{ secrets.codecov_token }}
7474
flags: unittests

0 commit comments

Comments
 (0)