Skip to content

Commit 10f7994

Browse files
aduh95danielleadams
authored andcommitted
tools: update codecov/codecov-action version
Refs: https://github.com/codecov/codecov-action/releases PR-URL: #43297 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent ee392c5 commit 10f7994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
- name: Clean tmp
6161
run: rm -rf coverage/tmp && rm -rf out
6262
- name: Upload
63-
uses: codecov/codecov-action@v1
63+
uses: codecov/codecov-action@v3
6464
with:
6565
directory: ./coverage

.github/workflows/coverage-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
- name: Clean tmp
6262
run: npx rimraf ./coverage/tmp
6363
- name: Upload
64-
uses: codecov/codecov-action@v1
64+
uses: codecov/codecov-action@v3
6565
with:
6666
directory: ./coverage

0 commit comments

Comments
 (0)