update Node.js-20-depending github actions
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user