Skip to content

Commit 2cb9d5c

Browse files
committed
add oci chart release for robusta
1 parent 2bf4b72 commit 2cb9d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: ./skaffold build --profile release --file-output=container-ids.json --tag='${{env.RELEASE_VER}}'
8383

8484
- name: Save artifact with tags of built containers
85-
uses: actions/upload-artifact@v5
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: container-ids
8888
path: container-ids.json
@@ -105,7 +105,7 @@ jobs:
105105
poetry publish --build -u __token__ -p ${{ secrets.PYPI_PROJECT_TOKEN }}
106106
107107
- name: Save artifact with helm chart
108-
uses: actions/upload-artifact@v5
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: helm-chart
111111
path: helm/robusta/

0 commit comments

Comments
 (0)