From b57e1b69ce99e6c317bcccd040e2c4ea4e4d6217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:49:42 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-release.yaml | 2 +- .github/workflows/mdbook.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index ed0b88e5..d9770cff 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -50,7 +50,7 @@ jobs: with: version: v3.15.0 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: helm-charts diff --git a/.github/workflows/mdbook.yaml b/.github/workflows/mdbook.yaml index e8f60fae..f06d017e 100644 --- a/.github/workflows/mdbook.yaml +++ b/.github/workflows/mdbook.yaml @@ -26,7 +26,7 @@ jobs: ref: gh-pages # ignore helm chart index file and chart archive file. - run: ls | grep -v -E 'index.yaml|moco-.*\.tgz' | xargs rm -rf - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: book - run: ls -R