diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index a95ff21..c730503 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -141,7 +141,7 @@ jobs: echo "Using tag: $TAG_NAME" - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e61a88c..3c2723f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -184,7 +184,7 @@ jobs: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || '' }} - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts