Skip to content

Commit 1387c19

Browse files
committed
v3 is pinging v4
1 parent 276c5e1 commit 1387c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
8787
done
8888
if: steps.changed-files.outputs.any_changed == 'true'
89-
- uses: codecov/codecov-action@v3
89+
- uses: codecov/codecov-action@v4
9090
with:
9191
token: ${{ secrets.CODECOV_TOKEN }}
9292
files: ./coverage.txt,./memiavl/coverage.txt,./store/coverage.txt,./versiondb/coverage.txt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
go tool covdata textfmt -i=integration_tests/coverage -o profile.txt
6767
- name: Upload coverage report
6868
if: steps.changed-files.outputs.only_changed == 'false'
69-
uses: codecov/codecov-action@v3
69+
uses: codecov/codecov-action@v4
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
file: ./profile.txt

0 commit comments

Comments
 (0)