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