diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16606b0..11eb79e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: yarn build - name: Archive build 💽 - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist