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 87b45b1 commit b5d2ab1Copy full SHA for b5d2ab1
.github/workflows/build.yaml
@@ -121,7 +121,7 @@ jobs:
121
labels: ${{ steps.extract-metadata.outputs.labels }}
122
123
- name: Upload Docker image archive
124
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
125
with:
126
name: image.tar
127
path: ${{ runner.temp }}/image.tar
@@ -154,7 +154,7 @@ jobs:
154
kubectl version
155
156
- name: Download Docker image archive
157
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
158
159
name: ${{ needs.build-docker.outputs.image-archive }}
160
path: ${{ runner.temp }}
0 commit comments