Skip to content

Commit 9aa7ae1

Browse files
committed
1
1 parent 23b0be8 commit 9aa7ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cd toolchain-dir
5858
tar -czf ${{ inputs.pkg }}.tar.gz ${{ inputs.tuple }}
5959
- name: Publish artifact
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: ${{ inputs.pkg }}
6363
path: toolchain-dir/${{ inputs.pkg }}.tar.gz

0 commit comments

Comments
 (0)