From fa46818e71b043bb2d07ec860540f96d166df63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:39:06 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 3 to 4 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/ci-publish-test-repo.yml | 2 +- .github/workflows/ci-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-publish-test-repo.yml b/.github/workflows/ci-publish-test-repo.yml index adcc33c..93969ed 100644 --- a/.github/workflows/ci-publish-test-repo.yml +++ b/.github/workflows/ci-publish-test-repo.yml @@ -95,7 +95,7 @@ jobs: fetch-depth: 0 - name: Get build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist-artifact path: dist/ diff --git a/.github/workflows/ci-publish.yml b/.github/workflows/ci-publish.yml index 9b7df08..5d68b16 100644 --- a/.github/workflows/ci-publish.yml +++ b/.github/workflows/ci-publish.yml @@ -59,7 +59,7 @@ jobs: # fetch-depth: 0 # - name: Get build artifacts - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: dist-artifact # path: dist/ @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 - name: Get build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist-artifact path: dist/