Skip to content

Commit fb31c33

Browse files
committed
fix artifact upload
1 parent ca43463 commit fb31c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
needs: [generate_toolchain, generate_musl_toolchain]
7171
steps:
72-
- uses: actions/download-artifact@v3
72+
- uses: actions/download-artifact@v4
7373
with:
7474
path: artifacts/
7575

0 commit comments

Comments
 (0)