From 82be2644200644ad2307b9cc3fb9ce4fd5dae875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:11:21 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.8 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.8 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.8...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/03-app-service-code.yml | 4 ++-- .github/workflows/12-demo-code.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/03-app-service-code.yml b/.github/workflows/03-app-service-code.yml index 4b762b2..97b0d41 100644 --- a/.github/workflows/03-app-service-code.yml +++ b/.github/workflows/03-app-service-code.yml @@ -47,12 +47,12 @@ jobs: envFile: ${{ secrets.ENV_FILE }} expand: true - - uses: actions/download-artifact@v2.0.8 + - uses: actions/download-artifact@v4.1.7 with: name: server path: server - - uses: actions/download-artifact@v2.0.8 + - uses: actions/download-artifact@v4.1.7 with: name: client path: client diff --git a/.github/workflows/12-demo-code.yml b/.github/workflows/12-demo-code.yml index c9c7e98..52a4cef 100644 --- a/.github/workflows/12-demo-code.yml +++ b/.github/workflows/12-demo-code.yml @@ -37,7 +37,7 @@ jobs: envFile: ${{ secrets.ENV_FILE }} expand: true - - uses: actions/download-artifact@v2.0.8 + - uses: actions/download-artifact@v4.1.7 with: name: demo path: demo