diff --git a/.github/workflows/build_v2.yml b/.github/workflows/build_v2.yml index 2d755ed..b1e8bb0 100644 --- a/.github/workflows/build_v2.yml +++ b/.github/workflows/build_v2.yml @@ -176,7 +176,7 @@ jobs: echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Download Linux Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: linux-release path: ${{ github.workspace }}/dist/linux-docker @@ -226,7 +226,7 @@ jobs: if: startsWith(github.event.inputs.tag, 'v') steps: - name: Download all artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: path: ${{ github.workspace }}/artifacts