update Node.js-20-depending github actions

This commit is contained in:
alice pellerin
2026-05-05 15:22:48 -05:00
parent c879cdb271
commit 1f77123cb0
+2 -2
View File
@@ -45,7 +45,7 @@ jobs:
# cut off the v part of the tag to only search for the number # 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 run: grep --quiet "$(echo "${{ github.ref_name }}" | cut -c2-)" Cargo.toml
- name: cache - name: cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry
@@ -68,7 +68,7 @@ jobs:
if: ${{ matrix.info.package-extension == 'zip' }} 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 }}" 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 - name: release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
with: with:
draft: true draft: true
name: "${{ github.ref_name }}" name: "${{ github.ref_name }}"