From 5362049cfbf617ba52ece64472372d831d30e57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:02:14 +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/AzureWebAppEnv.yml | 2 +- .github/workflows/Build_Deploy_Azure_WebApp.yml | 2 +- .github/workflows/Build_Deploy_Azure_WebApp_Env.yml | 2 +- .github/workflows/Build_Deploy_Azure_WebApp_EnvMatrix.yml | 2 +- .github/workflows/azure-webapps-dotnet.yml | 2 +- .github/workflows/called_deploy.yml | 2 +- .github/workflows/main_brianblackmantest.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/AzureWebAppEnv.yml b/.github/workflows/AzureWebAppEnv.yml index cf3ba68..4fa55d5 100644 --- a/.github/workflows/AzureWebAppEnv.yml +++ b/.github/workflows/AzureWebAppEnv.yml @@ -70,7 +70,7 @@ jobs: - if: github.event.inputs.deployapp == 'true' name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: .net-app diff --git a/.github/workflows/Build_Deploy_Azure_WebApp.yml b/.github/workflows/Build_Deploy_Azure_WebApp.yml index 58fdb79..7b39e69 100644 --- a/.github/workflows/Build_Deploy_Azure_WebApp.yml +++ b/.github/workflows/Build_Deploy_Azure_WebApp.yml @@ -66,7 +66,7 @@ jobs: steps: - if: github.event.inputs.deployapp == 'true' name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: .net-app diff --git a/.github/workflows/Build_Deploy_Azure_WebApp_Env.yml b/.github/workflows/Build_Deploy_Azure_WebApp_Env.yml index e684e57..650e587 100644 --- a/.github/workflows/Build_Deploy_Azure_WebApp_Env.yml +++ b/.github/workflows/Build_Deploy_Azure_WebApp_Env.yml @@ -64,7 +64,7 @@ jobs: steps: - if: github.event.inputs.deployapp == 'true' name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: .net-app diff --git a/.github/workflows/Build_Deploy_Azure_WebApp_EnvMatrix.yml b/.github/workflows/Build_Deploy_Azure_WebApp_EnvMatrix.yml index 9cf7289..a716064 100644 --- a/.github/workflows/Build_Deploy_Azure_WebApp_EnvMatrix.yml +++ b/.github/workflows/Build_Deploy_Azure_WebApp_EnvMatrix.yml @@ -70,7 +70,7 @@ jobs: steps: - if: github.event.inputs.deployapp == 'true' name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: .net-app diff --git a/.github/workflows/azure-webapps-dotnet.yml b/.github/workflows/azure-webapps-dotnet.yml index cfd1ef1..482b174 100644 --- a/.github/workflows/azure-webapps-dotnet.yml +++ b/.github/workflows/azure-webapps-dotnet.yml @@ -62,7 +62,7 @@ jobs: steps: - if: github.event.inputs.deployapp == 'true' name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: .net-app diff --git a/.github/workflows/called_deploy.yml b/.github/workflows/called_deploy.yml index 7ac3e00..3cd8af5 100644 --- a/.github/workflows/called_deploy.yml +++ b/.github/workflows/called_deploy.yml @@ -28,7 +28,7 @@ jobs: steps: - if: github.event.inputs.deployapp == 'true' name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: .net-app diff --git a/.github/workflows/main_brianblackmantest.yml b/.github/workflows/main_brianblackmantest.yml index 8eaf755..e96e1cf 100644 --- a/.github/workflows/main_brianblackmantest.yml +++ b/.github/workflows/main_brianblackmantest.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: .net-app