diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4da1506..d1de177 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - run: npm run build --if-present - name: Save build if: matrix.node-version == '20.x' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build path: |