From ebb57fad2597a92954ca3813dc1f1d49ac24c1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:32:19 +0000 Subject: [PATCH] chore: Bump actions/download-artifact 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/actions-pipeline.yml | 6 +++--- .github/workflows/reusable.integration-tests.yml | 6 +++--- .github/workflows/reusable.package.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/actions-pipeline.yml b/.github/workflows/actions-pipeline.yml index de36c5b5..2d5423c7 100644 --- a/.github/workflows/actions-pipeline.yml +++ b/.github/workflows/actions-pipeline.yml @@ -163,19 +163,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Download PS module artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: module path: ./module - name: Download nuget package artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: VSTeamPackage path: ./nuget - name: Download pipeline scripts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: pipeline-scripts path: ./tools diff --git a/.github/workflows/reusable.integration-tests.yml b/.github/workflows/reusable.integration-tests.yml index c59bbdb2..f50fcdbf 100644 --- a/.github/workflows/reusable.integration-tests.yml +++ b/.github/workflows/reusable.integration-tests.yml @@ -21,19 +21,19 @@ jobs: steps: - name: Download nuget package artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: VSTeamPackage path: ./module - name: Download integration tests - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: test path: ./test - name: Download pipeline scripts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: pipeline-scripts path: ./tools diff --git a/.github/workflows/reusable.package.yml b/.github/workflows/reusable.package.yml index 080b7bb9..e71734ff 100644 --- a/.github/workflows/reusable.package.yml +++ b/.github/workflows/reusable.package.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Download module - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: module - name: Download pipeline scripts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: pipeline-scripts path: ./tools