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 a0fb90d commit 33b2410Copy full SHA for 33b2410
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
outputs: type=docker,dest=/tmp/image.tar
77
78
- name: Upload base docker image as artifact for e2e tests
79
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
80
with:
81
name: controller-image
82
path: /tmp/image.tar
0 commit comments