diff --git a/.github/workflows/HIBC-LicTableTransform.yml b/.github/workflows/HIBC-LicTableTransform.yml index 65db21e..9b470fb 100644 --- a/.github/workflows/HIBC-LicTableTransform.yml +++ b/.github/workflows/HIBC-LicTableTransform.yml @@ -29,7 +29,7 @@ jobs: run: | # docs: https://learn.microsoft.com/de-de/powershell/scripting/install/install-other-linux?view=powershell-7.3#installation-using-a-binary-archive-file # Download the powershell '.tar.gz' archive - curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell-7.4.1-linux-x64.tar.gz + curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.4.5/powershell-7.4.5-linux-x64.tar.gz # Create the target folder where powershell will be placed sudo mkdir -p /opt/microsoft/powershell/7 # Expand powershell to the target folder