From 854f929f978b0e75ee5e09d30be3d833cc649cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 03:52:33 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f140472f..490f99c64 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -269,7 +269,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_SECRET }} - name: Download all artifacts of compiler build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: bin @@ -305,7 +305,7 @@ jobs: - arm64 steps: - name: Download dist output - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist-output