From 1319c587ddbe66ea7dec7d05f668678dd615b723 Mon Sep 17 00:00:00 2001 From: Alexandre Bruyant Date: Wed, 3 Jan 2024 12:11:18 +0000 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5b5656..c5bf498 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: GOARCH: wasm - name: Upload wasm file - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: wasm path: ${{env.working_directory}}/main.wasm @@ -51,7 +51,7 @@ jobs: run: npm run build - name: Upload react client - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: react-app path: ${{env.working_directory}}/build