From ab7dfb04d47b83eef3c32fe63e8cdd24947f12bd Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Sun, 24 Nov 2024 09:29:07 +0000 Subject: [PATCH] Update to actions/upload-artifact@v4 As v2 has been deprecated for a while. This repo has been stable so we haven't been running CI. --- .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 3b0658a..765d289 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: run: gleam test - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: matcha-${{ matrix.target }} path: target/debug/matcha