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