From d6d26f2d45beaf37317a03368076efc935d89c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:04:44 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/1_BuildAndTest.yml | 2 +- .github/workflows/2_AutoBuildAndDocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/1_BuildAndTest.yml b/.github/workflows/1_BuildAndTest.yml index ce5b42c..7655f78 100644 --- a/.github/workflows/1_BuildAndTest.yml +++ b/.github/workflows/1_BuildAndTest.yml @@ -29,7 +29,7 @@ jobs: needs: build steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 id: download with: name: 'my-artifact' diff --git a/.github/workflows/2_AutoBuildAndDocs.yml b/.github/workflows/2_AutoBuildAndDocs.yml index e36205b..cf1edb1 100644 --- a/.github/workflows/2_AutoBuildAndDocs.yml +++ b/.github/workflows/2_AutoBuildAndDocs.yml @@ -31,7 +31,7 @@ jobs: needs: [build] steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: Build path: .\temp