Skip to content

Commit

Permalink
Fix CI build (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 authored Mar 6, 2025
1 parent e94aaa9 commit 5ed9cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
echo -e "\x1b[1;34mWAVM module root:\x1b[0m $module_root"
- name: Upload WAVM machine as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wavm-machine-${{ steps.module-root.outputs.module-root }}
path: target/machines/latest/*
Expand Down

0 comments on commit 5ed9cd8

Please sign in to comment.