Skip to content

Commit 954c108

Browse files
chore(deps): update codecov/codecov-action action to v5.2.0 (#936)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63c2db4 commit 954c108

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
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Upload coverage
128128
if: matrix.python-version == env.STABLE_PYTHON_VERSION && matrix.os == 'ubuntu-latest'
129-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
129+
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
130130
with:
131131
token: ${{ secrets.CODECOV_TOKEN }}
132132
flags: tests
@@ -238,7 +238,7 @@ jobs:
238238
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
239239
240240
- name: Upload coverage
241-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
241+
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
242242
with:
243243
token: ${{ secrets.CODECOV_TOKEN }}
244244
flags: examples

0 commit comments

Comments
 (0)