Skip to content

Commit cba5756

Browse files
build(deps): Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d566d4b commit cba5756

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@v5
95+
uses: actions/download-artifact@v6
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@v5
187+
uses: actions/download-artifact@v6
188188
with:
189189
name: essentialcsharpwebimage
190190
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)