Skip to content

Commit 477a41d

Browse files
authored
Merge pull request #26 from Clifftech123/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 8189b78 + ca1a853 commit 477a41d

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
@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: Download NuGet artifacts
86-
uses: actions/download-artifact@v7
86+
uses: actions/download-artifact@v8
8787
with:
8888
name: nuget-packages
8989
path: ./artifacts
@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: Download NuGet artifacts
116-
uses: actions/download-artifact@v7
116+
uses: actions/download-artifact@v8
117117
with:
118118
name: nuget-packages
119119
path: ./artifacts
@@ -145,7 +145,7 @@ jobs:
145145
uses: actions/checkout@v6
146146

147147
- name: Download NuGet artifacts
148-
uses: actions/download-artifact@v7
148+
uses: actions/download-artifact@v8
149149
with:
150150
name: nuget-packages
151151
path: ./artifacts

0 commit comments

Comments
 (0)