diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fe851b6..6677a2c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -394,7 +394,7 @@ jobs: run: yarn pkg-size - id: archive name: Archive production artifacts - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.1.0 with: name: ${{ env.TARFILE }} path: ${{ env.TARFILE }}