diff --git a/.github/workflows/pr-security.yml b/.github/workflows/pr-security.yml index 99729297..b7af688c 100644 --- a/.github/workflows/pr-security.yml +++ b/.github/workflows/pr-security.yml @@ -198,7 +198,7 @@ jobs: with: { node-version: 20, cache: pnpm } - run: pnpm install --frozen-lockfile --ignore-scripts - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts continue-on-error: true