mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
GHA: update actions
- actions/cache action to v5.0.1 - actions/download-artifact to v7.0.0 - actions/upload-artifact to v6.0.0 Closes #19952 Closes #19953
This commit is contained in:
parent
74494d620b
commit
72f55c1c12
5 changed files with 45 additions and 45 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
|
||||
- name: 'cache libressl'
|
||||
if: ${{ contains(matrix.build.install_steps, 'libressl') }}
|
||||
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
|
||||
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||
id: cache-libressl
|
||||
env:
|
||||
cache-name: cache-libressl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue