We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa45a3e commit 84f558fCopy full SHA for 84f558f
.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
50
- name: Test
51
run: make test
52
- name: Codecov
53
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v4.0.0
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