From 21bb07461bbfcc516201dad3198669de04426a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:31:05 +0200 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#218) 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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8528c306..d9d1d5e9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -80,7 +80,7 @@ jobs: steps: - name: Download dist - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist-folder path: dist @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download dist - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist-folder path: dist