diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5dc6869..a0f0224 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -100,7 +100,7 @@ jobs: ' summary.txt > summary.filtered.txt mv summary.filtered.txt summary.txt - name: upload to codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: summary.txt fail_ci_if_error: false