Skip to content

Commit c5b72de

Browse files
committed
fix(ci): upgrade artifact actions to v4 (fixes #19345)
Signed-off-by: Xiang Ji <[email protected]>
1 parent dac8370 commit c5b72de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
docker image save -o /tmp/etcd-img.tar gcr.io/etcd-development/etcd
3636
- name: upload-image
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
3838
with:
3939
name: etcd-img
4040
path: /tmp/etcd-img.tar
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: get-image
53-
uses: actions/download-artifact@v3
53+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
5454
with:
5555
name: etcd-img
5656
path: /tmp

0 commit comments

Comments
 (0)