From c1ff66cf8be8ec0ebce95ca979679f52b75ab38d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:08:02 +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/demo-05-push-to-main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo-05-push-to-main.yml b/.github/workflows/demo-05-push-to-main.yml index c8b8187..e36fb65 100644 --- a/.github/workflows/demo-05-push-to-main.yml +++ b/.github/workflows/demo-05-push-to-main.yml @@ -81,7 +81,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Download a Build Artifact - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: 'mywebappbuildartifacts' @@ -122,7 +122,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Download a Build Artifact - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: 'mywebappbuildartifacts' @@ -164,7 +164,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Download a Build Artifact - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: 'mywebappbuildartifacts'