Skip to content

Commit

Permalink
Revert "Update codecov/codecov-action action to v4"
Browse files Browse the repository at this point in the history
This reverts commit db9c0c3.

Relates to codecov/codecov-action#1087
  • Loading branch information
Sean-Der committed Sep 14, 2023
1 parent db9c0c3 commit cbcf4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-wasm.reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
-exec="${GO_JS_WASM_EXEC}" \
-v ./...
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
name: codecov-umbrella
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
path: /tmp/gotest.log
if-no-files-found: error

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
name: codecov-umbrella
fail_ci_if_error: true
Expand Down

0 comments on commit cbcf4d9

Please sign in to comment.