diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12192a1..e22762e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -400,7 +400,7 @@ jobs: run: yarn pkg-size - id: archive name: Archive production artifacts - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.3.2 with: name: ${{ env.TARFILE }} path: ${{ env.TARFILE }}