Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,19 +192,19 @@ jobs:
go-version: "1.22"

- name: Download controller image
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: controller-image-${{ matrix.arch }}
path: /tmp/artifacts

- name: Download operator image
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: operator-image-${{ matrix.arch }}
path: /tmp/artifacts

- name: Download python wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: python-wheels
path: /tmp/python-wheels
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
go-version: "1.22"

- name: Download python wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: python-wheels
path: /tmp/python-wheels
Expand Down Expand Up @@ -289,13 +289,13 @@ jobs:
go-version: "1.22"

- name: Download controller image
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: controller-image-amd64
path: /tmp/artifacts

- name: Download python wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: python-wheels
path: /tmp/python-wheels
Expand Down
Loading