diff --git a/dotnet/dotnet-test/action.yaml b/dotnet/dotnet-test/action.yaml index 0e92e09..b35175f 100644 --- a/dotnet/dotnet-test/action.yaml +++ b/dotnet/dotnet-test/action.yaml @@ -89,7 +89,7 @@ runs: echo "command=$COMMAND" >> "$GITHUB_OUTPUT" shell: bash - name: "Run the Unit Tests." - uses: act/common/dotnet/dotnet-6@master + uses: act/common/dotnet/dotnet@master with: command: ${{ steps.command.outputs.command }} - name: "Own artifacts."