Skip to content

Commit a5d5d47

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/js/eslint-plugin-simple-import-sort-12.0.0
2 parents 927efd7 + 0d9bd49 commit a5d5d47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
working-directory: ./go
5656
run: go test -race -coverprofile=coverage.txt -covermode=atomic
5757
- name: Upload coverage to Codecov
58-
uses: codecov/codecov-action@v3
58+
uses: codecov/codecov-action@v4
5959
with:
6060
files: go/coverage.txt
6161
flags: go

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
working-directory: ./rust
102102
run: cargo llvm-cov nextest --all-features --lcov --output-path lcov.info
103103
- name: Upload coverage to Codecov
104-
uses: codecov/codecov-action@v3
104+
uses: codecov/codecov-action@v4
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107
files: rust/lcov.info

.github/workflows/typescript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
working-directory: ./js
3535
run: yarn && yarn coverage
3636
- name: Upload coverage to Codecov
37-
uses: codecov/codecov-action@v3
37+
uses: codecov/codecov-action@v4
3838
with:
3939
files: js/coverage/lcov.info
4040
flags: typescript

0 commit comments

Comments
 (0)