From 96e9d6f14464ae74a29904ca4a4baa953e457473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 05:03:11 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- 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 9162d40..dacc673 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: node-version: '12.x' registry-url: 'https://registry.npmjs.org' - name: Download math result from prepare job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: package path: package @@ -63,7 +63,7 @@ jobs: # Defaults to the user or organization that owns the workflow file scope: '@wabarc' - name: Download math result from prepare job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: package path: package