Skip to content

Commit 536d2f0

Browse files
authored
Merge pull request #4 from Clifftech123/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 5 to 7
2 parents c55faed + 70be70c commit 536d2f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Download NuGet artifacts
85-
uses: actions/download-artifact@v5
85+
uses: actions/download-artifact@v7
8686
with:
8787
name: nuget-packages
8888
path: ./artifacts
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download NuGet artifacts
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v7
116116
with:
117117
name: nuget-packages
118118
path: ./artifacts
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/checkout@v5
145145

146146
- name: Download NuGet artifacts
147-
uses: actions/download-artifact@v5
147+
uses: actions/download-artifact@v7
148148
with:
149149
name: nuget-packages
150150
path: ./artifacts

0 commit comments

Comments
 (0)