Skip to content

Commit fc452f7

Browse files
Update codecov/codecov-action action to v5.5.0 (#2909)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d929996 commit fc452f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
# assertions assume linux so some fail when run on windows
229229
run: make test cov-xml
230230
- name: ⤴️ Upload to Codecov
231-
uses: codecov/codecov-action@v5.4.3
231+
uses: codecov/codecov-action@v5.5.0
232232
with:
233233
token: ${{ secrets.CODECOV_TOKEN }}
234234
fail_ci_if_error: true

0 commit comments

Comments
 (0)