chore: drop set-output usage

This commit is contained in:
Jose Diaz-Gonzalez
2022-12-29 00:14:29 -05:00
parent 9e2c151e9f
commit 6e28b9f835
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
run: |
json=$(python .github/commands/matrix)
echo $json
echo "::set-output name=matrix::$(echo "$json")"
echo "matrix=$json" >> $GITHUB_OUTPUT
- name: upload packages
uses: actions/upload-artifact@v3

View File

@@ -61,7 +61,7 @@ jobs:
- name: output version
id: version
run: echo "::set-output name=version::$(cat build/next-version)"
run: echo "version=$(cat build/next-version)" >> $GITHUB_OUTPUT
- name: upload packages
uses: actions/upload-artifact@v3