diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index c095fb72..6e4cd32a 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -55,7 +55,7 @@ jobs: $json = $exec_list | ConvertTo-Json -Compress Write-Host $json - echo "::set-output name=exec_list::$json" + echo "exec_list=$json" >> $GITHUB_OUTPUT pretest-each: runs-on: windows-latest