diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7c187a7..86e2e54 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -108,7 +108,7 @@ jobs: 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