diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 01c99e2..1be0edb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -123,7 +123,7 @@ jobs: ' summary.txt > summary.filtered.txt mv summary.filtered.txt summary.txt - name: upload to codecov - uses: codecov/codecov-action@v6 # Docs: + uses: codecov/codecov-action@v7 # Docs: with: files: summary.txt fail_ci_if_error: false