Skip to content

Commit e68ac41

Browse files
Bump actions/download-artifact from 5 to 6 (#3955)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d18dd3e commit e68ac41

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/nightly_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Download NuGet Artifacts
63-
uses: actions/download-artifact@v5
63+
uses: actions/download-artifact@v6
6464
with:
6565
name: NuGets
6666
path: nugets

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fetch-depth: 0
9191

9292
- name: Download NuGet Artifacts
93-
uses: actions/download-artifact@v5
93+
uses: actions/download-artifact@v6
9494
with:
9595
name: NuGets
9696
path: nugets
@@ -124,13 +124,13 @@ jobs:
124124

125125
steps:
126126
- name: Download NuGet Artifacts
127-
uses: actions/download-artifact@v5
127+
uses: actions/download-artifact@v6
128128
with:
129129
name: NuGets
130130
path: nugets
131131

132132
- name: Download Demo App Artifacts
133-
uses: actions/download-artifact@v5
133+
uses: actions/download-artifact@v6
134134
with:
135135
name: DemoApp
136136
path: demo-app
@@ -139,7 +139,7 @@ jobs:
139139
run: zip -r DemoApp.zip demo-app/*
140140

141141
- name: Download Release Notes
142-
uses: actions/download-artifact@v5
142+
uses: actions/download-artifact@v6
143143
with:
144144
name: ReleaseNotes
145145

@@ -161,7 +161,7 @@ jobs:
161161
repository: ${{ github.repository }}.wiki
162162

163163
- name: Download Icon Changes
164-
uses: actions/download-artifact@v5
164+
uses: actions/download-artifact@v6
165165
with:
166166
name: IconChanges
167167
path: icon-changes
@@ -224,7 +224,7 @@ jobs:
224224

225225
steps:
226226
- name: Download NuGet Artifacts
227-
uses: actions/download-artifact@v5
227+
uses: actions/download-artifact@v6
228228
with:
229229
name: NuGets
230230
path: nugets

0 commit comments

Comments
 (0)