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@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
129
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
130
130
with :
131
131
token : ${{ secrets.CODECOV_TOKEN }}
132
132
flags : tests
@@ -238,7 +238,7 @@ jobs:
238
238
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
239
239
240
240
- name : Upload coverage
241
- uses : codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
241
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
242
242
with :
243
243
token : ${{ secrets.CODECOV_TOKEN }}
244
244
flags : examples
You can’t perform that action at this time.
0 commit comments