diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39aea1b..848c0f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: { path: artifacts } - name: Collect run: |