Skip to content

Commit 88d8f6e

Browse files
authored
Merge pull request #50 from codebytes/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 4 to 6
2 parents 73aeb44 + 7f6504b commit 88d8f6e

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

0 commit comments

Comments
 (0)