Skip to content

Commit 0500778

Browse files
authored
fix: update to actions/download-artifact@v4
1 parent 3f4b208 commit 0500778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
cache-to: type=gha,mode=max
6767
outputs: type=docker,dest=/tmp/image-${{ matrix.images.name }}.tar
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: image-${{ matrix.images.name }}
7272
path: /tmp/image-${{ matrix.images.name }}.tar
@@ -92,7 +92,7 @@ jobs:
9292
id: login-ecr
9393
uses: aws-actions/amazon-ecr-login@v1
9494
- name: Download artifact
95-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9696
with:
9797
name: image-${{ matrix.images.name }}
9898
path: /tmp

0 commit comments

Comments
 (0)