From be36b5b9c61f6e83e518d615ff61935f15f4fd18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:27:08 +0000 Subject: [PATCH] Build(deps): Bump actions/download-artifact from 4.1.4 to 4.1.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 2bd74e55..ac34e94a 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -239,7 +239,7 @@ jobs: git config user.email "${{ github.actor }}@users.noreply.github.com" - name: Download Helm chart - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.8 with: name: helm-chart path: .cr-release-packages @@ -813,7 +813,7 @@ jobs: find . -type f -not -name "index.yaml" -not -path "*/.git/*" -delete - name: Download build artifact - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.8 with: name: hugo