Skip to content

Commit 5cdd73a

Browse files
ci: update codecov-action to v3 (#170)
1 parent 7647901 commit 5cdd73a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
package
4343
4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@v2
45+
uses: codecov/codecov-action@v3
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4242

4343
- name: Upload coverage to Codecov
44-
uses: codecov/codecov-action@v2
44+
uses: codecov/codecov-action@v3
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)