diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e84a538..ba88e54 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -50,7 +50,7 @@ jobs: - name: Upload build files if: matrix.action == 'build' && inputs.artifact-path != '' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: npm-build-artifact path: ${{ inputs.artifact-path }}