Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 117c2ca commit 43f4782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run
run: yarn test:unit:webview --coverage
- name: Upload Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
flags: webview
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: cargo tarpaulin --frozen --no-fail-fast --out Xml --workspace -- --nocapture
working-directory: ./src-tauri
- name: Upload tests coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: ./src-tauri
fail_ci_if_error: true
Expand Down

0 comments on commit 43f4782

Please sign in to comment.