Skip to content

Commit 3e0f779

Browse files
Bump actions/download-artifact from 4 to 5 (#3896)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 ab615fe commit 3e0f779

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@v4
63+
uses: actions/download-artifact@v5
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@v4
93+
uses: actions/download-artifact@v5
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@v4
127+
uses: actions/download-artifact@v5
128128
with:
129129
name: NuGets
130130
path: nugets
131131

132132
- name: Download Demo App Artifacts
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v5
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@v4
142+
uses: actions/download-artifact@v5
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@v4
164+
uses: actions/download-artifact@v5
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@v4
227+
uses: actions/download-artifact@v5
228228
with:
229229
name: NuGets
230230
path: nugets

0 commit comments

Comments
 (0)