From a9aca2df65948a35ff0f1827c7cc9575b46de510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:02:08 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1b537d3eed..51ac5743ab 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -172,7 +172,7 @@ jobs: if: startsWith(github.event.ref, 'refs/tags/') steps: - name: Download packages - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Get release version run: | echo "version=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV @@ -205,7 +205,7 @@ jobs: git config --global user.name "Circle CI BOT" git config --global push.default simple - name: Download packages - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: "Publish Manifest" env: UPDATE_DIR: "updates"