There was an error while loading. Please reload this page.
2 parents 6bcdedb + 677ed9f commit fee46b1Copy full SHA for fee46b1
1 file changed
.github/workflows/build.yml
@@ -113,7 +113,7 @@ jobs:
113
shell: bash
114
-
115
name: Upload coverage
116
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
117
with:
118
files: ${{ env.DESTDIR }}/coverage.txt
119
token: ${{ secrets.CODECOV_TOKEN }}
@@ -135,7 +135,7 @@ jobs:
135
*.cache-to=type=gha,scope=test,mode=max
136
137
138
139
140
files: ${{ env.DESTDIR }}//coverage.txt
141
0 commit comments