Skip to content

Commit 93d335a

Browse files
authored
Merge pull request #3 from islero/dependabot/github_actions/actions/download-artifact-7
ci: bump actions/download-artifact from 4 to 7
2 parents 553aec8 + 171089d commit 93d335a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ jobs:
180180

181181
steps:
182182
- name: Download package artifacts
183-
uses: actions/download-artifact@v4
183+
uses: actions/download-artifact@v7
184184
with:
185185
name: nuget-packages
186186
path: ./artifacts
187187

188188
- name: Download symbol packages
189-
uses: actions/download-artifact@v4
189+
uses: actions/download-artifact@v7
190190
with:
191191
name: nuget-symbols
192192
path: ./artifacts

0 commit comments

Comments
 (0)