Skip to content

Commit e8cccb8

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update codecov/codecov-action action to v5.1.1
1 parent 812a649 commit e8cccb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
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@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
129+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
130130
with:
131131
token: ${{ secrets.CODECOV_TOKEN }}
132132
flags: tests
@@ -239,7 +239,7 @@ jobs:
239239
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
240240
241241
- name: Upload coverage
242-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
242+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
243243
with:
244244
token: ${{ secrets.CODECOV_TOKEN }}
245245
flags: examples

0 commit comments

Comments
 (0)