diff --git a/.github/workflows/test-with-muse2.yml b/.github/workflows/test-with-muse2.yml index a10eaa7..53ced93 100644 --- a/.github/workflows/test-with-muse2.yml +++ b/.github/workflows/test-with-muse2.yml @@ -62,7 +62,7 @@ jobs: - name: Upload coverage to Codecov # Latest linux release only - they should all be the same if: runner.os == 'Linux' && inputs.muse2_source == 'release' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml