From efa03ae0cfca42601b7cd8eb4ccf55297dbc1919 Mon Sep 17 00:00:00 2001 From: Brandon Graham Date: Mon, 11 Nov 2024 10:31:16 -0800 Subject: [PATCH] Fixing Github action deprication actions/upload-artifact@v3 is being depricated Dec 2, 2024 This PR updates this component to v4 --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fb4d7466a4..7d5ec3929b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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/*