diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index db16a513b..f5a85b1c5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -343,7 +343,7 @@ jobs: merge-multiple: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV }} directory: ./coverage