Skip to content

Commit b3b014e

Browse files
chore(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 448b0bb commit b3b014e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/openshift-preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Download Preflight Binary
76-
uses: actions/download-artifact@v5
76+
uses: actions/download-artifact@v6
7777
with:
7878
name: preflight-binary
7979
path: .

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
# Ensure the chart is here to be embedded in the CLI
9898
- name: Download packaged chart artifact
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@v6
100100
with:
101101
name: odigos-chart
102102
path: cli/pkg/helm/embedded
@@ -273,7 +273,7 @@ jobs:
273273
version: v3.15.2
274274

275275
- name: Download packaged chart artifact
276-
uses: actions/download-artifact@v4
276+
uses: actions/download-artifact@v6
277277
with:
278278
name: odigos-chart
279279
path: helm/

0 commit comments

Comments
 (0)