diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index eed04ffc..f520b679 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -298,7 +298,7 @@ jobs: contents: read steps: - name: Download and collect all build outputs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: build-outputs-* path: collected diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 9de1171b..f9e31df4 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -296,7 +296,7 @@ jobs: contents: read steps: - name: Download and collect all build outputs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: build-outputs-* path: collected @@ -509,7 +509,7 @@ jobs: run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: Download prepared release assets - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: qbit-manage-release-assets path: release-assets