Skip to content

Commit 5b19b9c

Browse files
chore(deps): update codecov/codecov-action action to v5.4.0 (#1003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d883579 commit 5b19b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Upload coverage
122122
if: matrix.python-version == env.STABLE_PYTHON_VERSION && matrix.os == 'ubuntu-latest'
123-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
123+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
124124
with:
125125
token: ${{ secrets.CODECOV_TOKEN }}
126126
flags: tests
@@ -226,7 +226,7 @@ jobs:
226226
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
227227
228228
- name: Upload coverage
229-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
229+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
230230
with:
231231
token: ${{ secrets.CODECOV_TOKEN }}
232232
flags: examples

0 commit comments

Comments
 (0)