From 0fb69df93b0bcdae33268c5d5d884bd303777316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:25:35 +0100 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#299) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2c412a82..e1219342 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -108,7 +108,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_SECRET }} - name: Download all artifacts of compiler build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: bin @@ -158,7 +158,7 @@ jobs: uses: battila7/get-version-action@v2 - name: Download dist output - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist-output