We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b14f02 + 209f25e commit c5e503eCopy full SHA for c5e503e
1 file changed
.github/workflows/build-push.yaml
@@ -55,7 +55,7 @@ jobs:
55
buildah push "${OPERATOR_IMG}-${TARGETARCH}" "docker-archive:/tmp/image-${TARGETARCH}.tar:${OPERATOR_IMG}-${TARGETARCH}"
56
57
- name: Upload image artifact
58
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
59
with:
60
name: image-${{ matrix.targetarch }}-${{ github.run_id }}
61
path: /tmp/image-${{ matrix.targetarch }}.tar
0 commit comments