Skip to content

Commit

Permalink
optimize: fix codecov chart not display (#5828)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 authored Sep 6, 2023
1 parent 2b9d8d2 commit 6bb865b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
fi
# step 5
- name: "Codecov"
if: matrix.java == '17'
uses: codecov/codecov-action@v2.1.0
if: matrix.java == '8'
uses: codecov/codecov-action@v3.1.4

# job 2: Test on 'arm64v8/ubuntu' OS.
build_arm64-binary:
Expand Down

0 comments on commit 6bb865b

Please sign in to comment.