We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4b208 commit 0500778Copy full SHA for 0500778
.github/workflows/ci.yaml
@@ -66,7 +66,7 @@ jobs:
66
cache-to: type=gha,mode=max
67
outputs: type=docker,dest=/tmp/image-${{ matrix.images.name }}.tar
68
- name: Upload artifact
69
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
70
with:
71
name: image-${{ matrix.images.name }}
72
path: /tmp/image-${{ matrix.images.name }}.tar
@@ -92,7 +92,7 @@ jobs:
92
id: login-ecr
93
uses: aws-actions/amazon-ecr-login@v1
94
- name: Download artifact
95
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
96
97
98
path: /tmp
0 commit comments