Skip to content

Commit 68392c5

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update codecov/codecov-action action to v5.0.6
1 parent 8ced21e commit 68392c5

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
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Upload coverage
119119
if: matrix.python-version == env.STABLE_PYTHON_VERSION && matrix.os == 'ubuntu-latest'
120-
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3
120+
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
121121
with:
122122
token: ${{ secrets.CODECOV_TOKEN }}
123123
flags: tests
@@ -223,7 +223,7 @@ jobs:
223223
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
224224
225225
- name: Upload coverage
226-
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3
226+
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
227227
with:
228228
token: ${{ secrets.CODECOV_TOKEN }}
229229
flags: examples

0 commit comments

Comments
 (0)