diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index 50b8ec3..a8de6cd 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -67,7 +67,7 @@ jobs: VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2) echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./bin - name: Create draft release