Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/openshift-preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Preflight Binary
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: preflight-binary
path: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

# Ensure the chart is here to be embedded in the CLI
- name: Download packaged chart artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: odigos-chart
path: cli/pkg/helm/embedded
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
version: v3.15.2

- name: Download packaged chart artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: odigos-chart
path: helm/
Expand Down
Loading