Skip to content

Commit 3e23b2b

Browse files
chore(deps): update codecov/codecov-action action to v5.5.2 (#1392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fefddc1 commit 3e23b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Upload coverage
115115
if: matrix.python-version == env.STABLE_PYTHON_VERSION && matrix.os == 'ubuntu-latest'
116-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
116+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
117117
with:
118118
token: ${{ secrets.CODECOV_TOKEN }}
119119
flags: tests
@@ -174,7 +174,7 @@ jobs:
174174
175175
- name: Upload coverage
176176
if: matrix.python-version == env.STABLE_PYTHON_VERSION && matrix.os == 'ubuntu-latest'
177-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
177+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
178178
with:
179179
token: ${{ secrets.CODECOV_TOKEN }}
180180
flags: examples

0 commit comments

Comments
 (0)