diff --git a/action.yml b/action.yml index 4ff5ee6..214c3de 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: pattern: TestResults* - name: Codecov Scanner - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ inputs.token }} slug: ${{ inputs.repository }}