diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 305c33a..36b4412 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -37,7 +37,7 @@ jobs: - name: Download artifacts for release if: ${{ inputs.artifact_name }} - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ inputs.artifact_name }}