diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7eebd57..f94e110 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - run: npm run build --if-present - name: Save build if: matrix.node-version == 20 - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build path: |