Skip to content

Commit

Permalink
Fixing Github action deprication
Browse files Browse the repository at this point in the history
actions/upload-artifact@v3 is being depricated Dec 2, 2024

This PR updates this component to v4
  • Loading branch information
Brandon Graham committed Nov 11, 2024
1 parent 145a4f6 commit efa03ae
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 @@ -68,7 +68,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 efa03ae

Please sign in to comment.