From db8bfb0f9745d4b26ce73e07b9b92c586e727117 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Wed, 27 Nov 2024 08:56:51 +0100 Subject: [PATCH] Update upload action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c16f0ea..5724488b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: sudo apt-get install -y libxi-dev libglu1-mesa-dev - run: npm install - run: npm run jestTest -- -t ${{ matrix.mcVersion }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: test_picture path: test/test_*.png