mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #17761 from ivanvc/update-artifacts-actions
dependency(gh_action): bump upload and download artifact from 3 to 4
This commit is contained in:
commit
9d6889d151
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
run: |
|
||||
docker image save -o /tmp/etcd-img.tar gcr.io/etcd-development/etcd
|
||||
- name: upload-image
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: etcd-img
|
||||
path: /tmp/etcd-img.tar
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: get-image
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
|
||||
with:
|
||||
name: etcd-img
|
||||
path: /tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user