We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14b6d37 + bfd43ca commit ca21698Copy full SHA for ca21698
1 file changed
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
shell: bash
120
-
121
name: Upload coverage
122
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
123
with:
124
files: ${{ env.DESTDIR }}/coverage.txt
125
token: ${{ secrets.CODECOV_TOKEN }}
@@ -141,7 +141,7 @@ jobs:
141
*.cache-to=type=gha,scope=test,mode=max
142
143
144
145
146
files: ${{ env.DESTDIR }}//coverage.txt
147
0 commit comments