From 79bc92bc55f0bf62d49dcc05c5a2829a82011135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:03:00 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-static-web-app-advanced.yml | 2 +- .github/workflows/azure-static-web-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-app-advanced.yml b/.github/workflows/azure-static-web-app-advanced.yml index 16cbfb1..54633ea 100644 --- a/.github/workflows/azure-static-web-app-advanced.yml +++ b/.github/workflows/azure-static-web-app-advanced.yml @@ -44,7 +44,7 @@ jobs: cancel-in-progress: false steps: - name: download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build - name: extract output diff --git a/.github/workflows/azure-static-web-app.yml b/.github/workflows/azure-static-web-app.yml index 9cbfe6e..545d024 100644 --- a/.github/workflows/azure-static-web-app.yml +++ b/.github/workflows/azure-static-web-app.yml @@ -39,7 +39,7 @@ jobs: cancel-in-progress: false steps: - name: download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build - name: extract output