Skip to content

Commit 0e49006

Browse files
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 f0e61df commit 0e49006

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/10-dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
# Checkout code
7070
- name: Download IaC
71-
uses: actions/download-artifact@v7
71+
uses: actions/download-artifact@v8
7272
with:
7373
name: iac
7474
path: iac
@@ -92,7 +92,7 @@ jobs:
9292
failOnStdErr: false
9393

9494
- name: Download App
95-
uses: actions/download-artifact@v7
95+
uses: actions/download-artifact@v8
9696
with:
9797
name: webapp
9898
path: webapp

0 commit comments

Comments
 (0)