We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107820c commit fa483daCopy full SHA for fa483da
.github/workflows/build.yaml
@@ -137,7 +137,7 @@ jobs:
137
labels: ${{ steps.extract-metadata.outputs.labels }}
138
139
- name: Upload Docker image archive
140
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
141
with:
142
name: image.tar
143
path: ${{ runner.temp }}/image.tar
@@ -170,7 +170,7 @@ jobs:
170
kubectl version
171
172
- name: Download Docker image archive
173
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
174
175
name: ${{ needs.build-docker.outputs.image-archive }}
176
path: ${{ runner.temp }}
0 commit comments