Skip to content

Commit f36ecb3

Browse files
authored
Merge pull request #61 from codebytes/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 7a27344 + cb6916d commit f36ecb3

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@v6
71+
uses: actions/download-artifact@v7
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@v6
95+
uses: actions/download-artifact@v7
9696
with:
9797
name: webapp
9898
path: webapp

0 commit comments

Comments
 (0)