Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent aa8e3b6 commit 2dfab84
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 @@ -73,7 +73,7 @@ jobs:
-exec="${GO_JS_WASM_EXEC}" \
-v ./...
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
flags: wasm
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 @@ -72,7 +72,7 @@ jobs:
path: /tmp/gotest.log
if-no-files-found: error

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
flags: go
Expand Down

0 comments on commit 2dfab84

Please sign in to comment.