Skip to content

Commit 43f4782

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 117c2ca commit 43f4782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run
2828
run: yarn test:unit:webview --coverage
2929
- name: Upload Coverage
30-
uses: codecov/codecov-action@v4
30+
uses: codecov/codecov-action@v5
3131
with:
3232
fail_ci_if_error: true
3333
flags: webview
@@ -83,7 +83,7 @@ jobs:
8383
run: cargo tarpaulin --frozen --no-fail-fast --out Xml --workspace -- --nocapture
8484
working-directory: ./src-tauri
8585
- name: Upload tests coverage
86-
uses: codecov/codecov-action@v4
86+
uses: codecov/codecov-action@v5
8787
with:
8888
directory: ./src-tauri
8989
fail_ci_if_error: true

0 commit comments

Comments
 (0)