From b5885243805e428d70429a07ef02682f3b2eaed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:51:04 +0000 Subject: [PATCH] ci(deps): Bump actions/download-artifact from 3 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33698ef0..5e623e9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -277,13 +277,13 @@ jobs: uses: actions/checkout@v4 - name: Download binary artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 with: name: gitops-reverser-binary path: ./bin - name: Download Helm chart artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 with: name: helm-chart