File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
127
127
- name : Upload coverage
128
128
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
130
130
with :
131
131
token : ${{ secrets.CODECOV_TOKEN }}
132
132
flags : tests
@@ -239,7 +239,7 @@ jobs:
239
239
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
240
240
241
241
- name : Upload coverage
242
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
242
+ uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
243
243
with :
244
244
token : ${{ secrets.CODECOV_TOKEN }}
245
245
flags : examples
You can’t perform that action at this time.
0 commit comments