Synchronize .github/actions with ./github/workflows changes

This commit is contained in:
technique-ci 2025-03-05 00:04:36 +00:00
parent 00cb5f3bed
commit 61a9efca6d
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ runs:
using: 'composite' using: 'composite'
steps: steps:
- name: Download Artifacts - name: Download Artifacts
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with: with:
pattern: ${{ inputs.source_name_pattern }}* pattern: ${{ inputs.source_name_pattern }}*
path: ${{ inputs.target_name }} path: ${{ inputs.target_name }}

View File

@ -77,7 +77,7 @@ runs:
- if: ${{ inputs.stability != 'stable' }} - if: ${{ inputs.stability != 'stable' }}
name: Restore packages from cache name: Restore packages from cache
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with: with:
path: ./*.${{ steps.parse-distrib.outputs.package_extension }} path: ./*.${{ steps.parse-distrib.outputs.package_extension }}
key: ${{ inputs.cache_key }} key: ${{ inputs.cache_key }}

View File

@ -122,7 +122,7 @@ runs:
done done
shell: bash shell: bash
- uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 - uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with: with:
path: ./*.${{ inputs.package_extension }} path: ./*.${{ inputs.package_extension }}
key: ${{ inputs.cache_key }} key: ${{ inputs.cache_key }}

View File

@ -16,7 +16,7 @@ runs:
steps: steps:
- name: get the cached plugin - name: get the cached plugin
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with: with:
path: ./*.${{ inputs.package-extension }} path: ./*.${{ inputs.package-extension }}
key: ${{ inputs.cache-key }} key: ${{ inputs.cache-key }}