Skip to content

Commit 171089d

Browse files
ci: bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6927801 commit 171089d

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)