We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa45a3e commit 88f6961Copy full SHA for 88f6961
.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
50
- name: Test
51
run: make test
52
- name: Codecov
53
- uses: codecov/[email protected].4
+ uses: codecov/[email protected].6
54
- name: Build Version
55
run: echo "PLUGIN_BUILD_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
56
if: startsWith(github.ref, 'refs/tags/')
0 commit comments