diff --git a/.github/workflows/landlock-run-release.yml b/.github/workflows/landlock-run-release.yml index 76d08e9e4c..3b2d3ca82e 100644 --- a/.github/workflows/landlock-run-release.yml +++ b/.github/workflows/landlock-run-release.yml @@ -108,7 +108,7 @@ jobs: RELEASE_PUBLISH: ${{ inputs.publish }} - name: Download prebuild artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: prebuild-* path: native/landlock-run/.release/prebuild-artifacts @@ -159,7 +159,7 @@ jobs: registry-url: https://registry.npmjs.org - name: Download npm tarballs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: npm-tarballs path: native/landlock-run/dist/npm diff --git a/.github/workflows/release-vendor.yml b/.github/workflows/release-vendor.yml index c8af47251e..ec9c558ff3 100644 --- a/.github/workflows/release-vendor.yml +++ b/.github/workflows/release-vendor.yml @@ -121,7 +121,7 @@ jobs: - name: Install (immutable, no package scripts) run: pnpm install --frozen-lockfile --ignore-scripts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: vendor-npm-tarballs path: dist/npm-vendor diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e20c215fd..1d6fe539a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: - name: Install (immutable, no package scripts) run: pnpm install --frozen-lockfile --ignore-scripts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: dsh-npm-tarballs path: dist/npm