diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 097f616..6d63c42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: # cut off the v part of the tag to only search for the number run: grep --quiet "$(echo "${{ github.ref_name }}" | cut -c2-)" Cargo.toml - name: cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -68,7 +68,7 @@ jobs: if: ${{ matrix.info.package-extension == 'zip' }} run: tar --create --auto-compress --file "hexapoda-${{ matrix.info.os }}-${{ github.ref_name }}.zip" "completions" "manpage" -C "target/release/" "hexapoda${{ matrix.info.executable-extension }}" - name: release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true name: "${{ github.ref_name }}"