diff --git a/.github/workflows/baremetal-regression-suite.yml b/.github/workflows/baremetal-regression-suite.yml index b46baae07..df8e0a871 100644 --- a/.github/workflows/baremetal-regression-suite.yml +++ b/.github/workflows/baremetal-regression-suite.yml @@ -130,10 +130,10 @@ jobs: latestVersionURL = 'https://cdn.hpccsystems.com/releases/CE-Candidate-' + latestVersionStr \ + '/bin/platform/hpccsystems-platform-community_' + latestVersionStr + '-1jammy_amd64_withsymbols.deb' - print(f"::set-output name=previousVersion::{previousVersionStr}") - print(f"::set-output name=previousVersionURL::{previousVersionURL}") - print(f"::set-output name=latestVersion::{latestVersionStr}") - print(f"::set-output name=latestVersionURL::{latestVersionURL}") + echo "previousVersion=$previousVersionStr" >> $GITHUB_ENV + echo "previousVersionURL=$previousVersionURL" >> $GITHUB_ENV + echo "latestVersion=$latestVersionStr" >> $GITHUB_ENV + echo "latestVersionURL=$latestVersionURL" >> $GITHUB_ENV - name: Install latest version run: |