Skip to content

Commit c00e6bc

Browse files
Update build-and-test.yml
1 parent 640eec8 commit c00e6bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ jobs:
203203
**/msbuild.binlog
204204
205205
- name: Codecov Update
206-
uses: codecov/codecov-action@v4
206+
uses: codecov/codecov-action@v5
207207
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
208208
with:
209209
flags: unittests
210-
210+
token: ${{ secrets.CODECOV_TOKEN }}
211211

212212
Publish:
213213
needs: [Build]

0 commit comments

Comments
 (0)