Skip to content

Commit dfd7d50

Browse files
chore(deps): update codecov/codecov-action action to v5.4.2 (#1045)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6eff39b commit dfd7d50

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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
123+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
124124
with:
125125
token: ${{ secrets.CODECOV_TOKEN }}
126126
flags: tests
@@ -232,7 +232,7 @@ jobs:
232232
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
233233
234234
- name: Upload coverage
235-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
235+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
236236
with:
237237
token: ${{ secrets.CODECOV_TOKEN }}
238238
flags: examples

0 commit comments

Comments
 (0)