From 3c78d68ad8b5bd6aefb55b204eb98df56bb6eaf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:07:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 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/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 668e566..27b8d3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: node-version: 14.x registry-url: "https://registry.npmjs.org" - name: Download build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Unarchive build @@ -67,7 +67,7 @@ jobs: always-auth: true scope: "@jessety" - name: Download build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Unarchive build