From 36c1e158d8c592002ce3c6b8df2b375907f78b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:12:06 +0000 Subject: [PATCH] :arrow_up: 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/release.yml | 6 +++--- .github/workflows/validate.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de30604..43458e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: with: mode: 'download' - name: "Get artifact: PSGallery-package" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: PSGallery-package path: ./out/ @@ -68,7 +68,7 @@ jobs: with: mode: 'download' - name: "Get artifact: PSGallery-package" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: PSGallery-package path: ./out/ @@ -106,7 +106,7 @@ jobs: mode: 'download' github_token: "${{ secrets.GITHUB_TOKEN }}" - name: "Get artifact: PSGallery-package" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: PSGallery-package path: ./out/ diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1796ce2..459febd 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -107,7 +107,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: "Get artifact: PSGallery-package" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: PSGallery-package path: ./out/