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:
James Blair 2024-04-10 08:46:50 +12:00 committed by GitHub
commit 9d6889d151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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