diff --git a/action.yml b/action.yml index 70a9344..90bca3e 100644 --- a/action.yml +++ b/action.yml @@ -260,7 +260,7 @@ runs: - name: Upload Coverage to Codecov if: inputs.upload-coverage == 'true' && inputs.use-cross == 'false' && inputs.use-tarpaulin == 'true' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ${{ inputs.rust-project-path }}/cobertura.xml flags: ${{ inputs.codecov-flags }}