diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index c49b02fd..273b125d 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -296,7 +296,7 @@ jobs: contents: read steps: - name: Download and collect all build outputs - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-outputs-* path: collected diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 852ca8db..a3974798 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -294,7 +294,7 @@ jobs: contents: read steps: - name: Download and collect all build outputs - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-outputs-* path: collected @@ -507,7 +507,7 @@ jobs: run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: Download prepared release assets - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: qbit-manage-release-assets path: release-assets