Skip to content

Commit 1f1357b

Browse files
Update codecov/codecov-action action to v5.5.1
1 parent 9642067 commit 1f1357b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.5.0
231+
uses: codecov/codecov-action@v5.5.1
232232
with:
233233
token: ${{ secrets.CODECOV_TOKEN }}
234234
fail_ci_if_error: true

0 commit comments

Comments
 (0)