Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent b98986d commit b285690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
-race -v \
-coverprofile=cover.out -covermode atomic -coverpkg ./...
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./cover.out
test-wasm:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
-exec=${HOME}/.local/bin/go_js_wasm_exec \
-coverprofile=cover.out -covermode atomic -coverpkg ./...
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./cover.out
tidy:
Expand Down

0 comments on commit b285690

Please sign in to comment.