Merge pull request #868 from goplus/dependabot/github_actions/codecov/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
This commit is contained in:
xushiwei
2024-11-15 12:54:29 +08:00
committed by GitHub

View File

@@ -141,7 +141,7 @@ jobs:
comment_tag: test-result-on-${{matrix.os}}-with-llvm-${{matrix.llvm}} comment_tag: test-result-on-${{matrix.os}}-with-llvm-${{matrix.llvm}}
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
token: ${{secrets.CODECOV_TOKEN}} token: ${{secrets.CODECOV_TOKEN}}
slug: goplus/llgo slug: goplus/llgo