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 @@ -120,7 +120,7 @@ jobs:
120
120
121
121
- name : Upload coverage
122
122
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
124
124
with :
125
125
token : ${{ secrets.CODECOV_TOKEN }}
126
126
flags : tests
@@ -226,7 +226,7 @@ jobs:
226
226
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
227
227
228
228
- name : Upload coverage
229
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
229
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
230
230
with :
231
231
token : ${{ secrets.CODECOV_TOKEN }}
232
232
flags : examples
You can’t perform that action at this time.
0 commit comments