diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index dcd98de..c02d044 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -104,7 +104,7 @@ jobs: ' summary.txt > summary.filtered.txt mv summary.filtered.txt summary.txt - name: upload to codecov - uses: codecov/codecov-action@v5 # Docs: + uses: codecov/codecov-action@v6 # Docs: with: files: summary.txt fail_ci_if_error: false