From 977b5d9a7b1fcfd523123a8301012649d91703cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:19:52 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows 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] --- .github/workflows/cd-psgallery.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-psgallery.yml b/.github/workflows/cd-psgallery.yml index 013242d8..ecca2584 100644 --- a/.github/workflows/cd-psgallery.yml +++ b/.github/workflows/cd-psgallery.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download module artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: benchpress-gallery-module path: ./BenchPress.Azure diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc216231..68145d94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: $path = New-Item -Path ./packages -ItemType Directory Register-PSRepository -Name LocalFeedPSRepo -SourceLocation $path.ToString() -PublishLocation $path.ToString() -InstallationPolicy Trusted - name: Download module artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: benchpress-gallery-module path: ./BenchPress.Azure @@ -78,7 +78,7 @@ jobs: - name: Checkout repository and submodules uses: actions/checkout@v3 - name: Download module artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: benchpress-gallery-module path: ./BenchPress.Azure