We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b4a6c commit 66f41f3Copy full SHA for 66f41f3
.github/workflows/go-test.yml
@@ -62,7 +62,7 @@ jobs:
62
shell: bash
63
run: echo "COVERAGES=$(find . -type f -name 'module-coverage.txt' | tr -s '\n' ',' | sed 's/,$//')" >> $GITHUB_ENV
64
- name: Upload coverage to Codecov
65
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
+ uses: codecov/codecov-action@v5
66
with:
67
files: '${{ env.COVERAGES }}'
68
env_vars: OS=${{ matrix.os }}, GO=${{ matrix.go }}
0 commit comments