Skip to content

Commit 596d87b

Browse files
authored
Merge pull request #69 from codebytes/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 38e592a + 0e49006 commit 596d87b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)