Skip to content

Commit 9788427

Browse files
chore(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f30125 commit 9788427

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
@@ -95,7 +95,7 @@ jobs:
9595
subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }}
9696

9797
- name: Download artifact
98-
uses: actions/download-artifact@v7
98+
uses: actions/download-artifact@v8
9999
with:
100100
name: essentialcsharpwebimage
101101
path: ${{ github.workspace }}
@@ -192,7 +192,7 @@ jobs:
192192
subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }}
193193

194194
- name: Download artifact
195-
uses: actions/download-artifact@v7
195+
uses: actions/download-artifact@v8
196196
with:
197197
name: essentialcsharpwebimage
198198
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)