From 0a2d2f41e421f4750c6cb9d5af74eca7cd96f98e Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Mon, 8 Apr 2024 21:42:50 -0700 Subject: [PATCH] dependency(gh_action): bump upload and download artifact from 3 to 4 Signed-off-by: Ivan Valdes --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2f62ca8ac..38abcf2ba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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