Skip to content

Commit 58929e1

Browse files
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](actions/download-artifact@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] <support@github.com>
1 parent 0c521a2 commit 58929e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build-Test-And-Deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }}
9393

9494
- name: Download artifact
95-
uses: actions/download-artifact@v4
95+
uses: actions/download-artifact@v5
9696
with:
9797
name: essentialcsharpwebimage
9898
path: ${{ github.workspace }}
@@ -184,7 +184,7 @@ jobs:
184184
subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }}
185185

186186
- name: Download artifact
187-
uses: actions/download-artifact@v4
187+
uses: actions/download-artifact@v5
188188
with:
189189
name: essentialcsharpwebimage
190190
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)