diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7937c12..2e76603 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: with: submodules: recursive fetch-depth: 0 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: ${{ github.event.repository.name }} - name: Check if the latest version is releasable