diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e96956..fc78946 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/') || github.event.inputs.tag != '' }} runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: artifacts merge-multiple: true