[CI] GitHub Actions deprecated the set-output command

This commit is contained in:
Mat Sutcliffe
2022-10-12 21:01:51 +01:00
parent 952dfc493c
commit 7f4cd3147e
2 changed files with 5 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Get version number
id: version
run: |
echo "::set-output name=value::$(python3 -u scripts/build.py --version)"
echo "value=$(python3 -u scripts/build.py --version)" >>$GITHUB_OUTPUT
- name: Remove artifacts
uses: swift-project/delete-artifact@swift
with: