From d31c4db31f1c5094e7cab1b3c0b8f598334cebb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:57:40 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.0.0 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.0 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.0...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/aks-aspnetcore-deployment.yml | 2 +- .github/workflows/aro-aspnetcore-deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aks-aspnetcore-deployment.yml b/.github/workflows/aks-aspnetcore-deployment.yml index bbd3242..a4e3adf 100644 --- a/.github/workflows/aks-aspnetcore-deployment.yml +++ b/.github/workflows/aks-aspnetcore-deployment.yml @@ -162,7 +162,7 @@ jobs: environment: DEV steps: - name: Download k8s artifact - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v4.1.7 with: name: k8s path: my-app-artifact diff --git a/.github/workflows/aro-aspnetcore-deployment.yml b/.github/workflows/aro-aspnetcore-deployment.yml index d92844c..30655df 100644 --- a/.github/workflows/aro-aspnetcore-deployment.yml +++ b/.github/workflows/aro-aspnetcore-deployment.yml @@ -161,7 +161,7 @@ jobs: environment: DEV steps: - name: Download k8s artifact - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v4.1.7 with: name: k8s path: my-app-artifact