We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b0be8 commit 9aa7ae1Copy full SHA for 9aa7ae1
.github/workflows/build-toolchain.yml
@@ -57,7 +57,7 @@ jobs:
57
cd toolchain-dir
58
tar -czf ${{ inputs.pkg }}.tar.gz ${{ inputs.tuple }}
59
- name: Publish artifact
60
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
61
with:
62
name: ${{ inputs.pkg }}
63
path: toolchain-dir/${{ inputs.pkg }}.tar.gz
0 commit comments