chore: Don't use wandalen/wretry.action and update codecov/codecov-ac… (#2050)

…tion
This commit is contained in:
Ayaz Salikhov
2025-04-28 18:00:02 +01:00
committed by GitHub
parent 4a0267fbac
commit f7f619fd1b

View File

@@ -1,4 +1,5 @@
name: Upload report
on:
workflow_dispatch:
workflow_call:
@@ -23,13 +24,9 @@ jobs:
- name: Upload coverage report
if: ${{ hashFiles('build/coverage_report.xml') != '' }}
uses: wandalen/wretry.action@ffdd254f4eaf1562b8a2c66aeaa37f1ff2231179 #v3.7.3
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
with:
action: codecov/codecov-action@v4
with: |
files: build/coverage_report.xml
fail_ci_if_error: false
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
attempt_limit: 5
attempt_delay: 10000
files: build/coverage_report.xml
fail_ci_if_error: false
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}