From 1f77123cb04ed0d6e81373bf009a27985a4b3ef0 Mon Sep 17 00:00:00 2001 From: alice pellerin Date: Tue, 5 May 2026 15:22:48 -0500 Subject: [PATCH] update Node.js-20-depending github actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}"