Skip to content

Commit 72c3365

Browse files
build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2
2 parents 24049e0 + 8f25caf commit 72c3365

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dockerised-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
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
5757
allow-prereleases: true
5858
- name: Upload coverage to Codecov
59-
uses: codecov/codecov-action@v5.5.1
59+
uses: codecov/codecov-action@v5.5.2
6060
with:
6161
token: ${{ secrets.codecov_token }}
6262
flags: unittests

.github/workflows/oldest-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
7373
path: /tmp/pytest-of-runner/**
7474
- name: Upload coverage to Codecov
75-
uses: codecov/codecov-action@v5.5.1
75+
uses: codecov/codecov-action@v5.5.2
7676
with:
7777
token: ${{ secrets.codecov_token }}
7878
flags: unittests

.github/workflows/single-postgres.yml

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

0 commit comments

Comments
 (0)