diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe5d07b15..2bb7ac33d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,7 +89,7 @@ jobs: - name: Upload coverage to Codecov if: hashFiles('coverage.xml') != '' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml flags: unittests