diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8207c3f9..1040f763 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -87,7 +87,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.2 - name: Download Action Assets - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: dist path: dist @@ -121,7 +121,7 @@ jobs: - name: Build Action Assets on main run: npm run build - name: Download Current Action Assets - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: dist path: current