Skip to content

Commit 2e586cd

Browse files
Bump actions/download-artifact from 3 to 4 (#3424)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 02b1cb0 commit 2e586cd

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@v3
63+
uses: actions/download-artifact@v4
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@v3
93+
uses: actions/download-artifact@v4
9494
with:
9595
name: NuGets
9696
path: nugets
@@ -118,13 +118,13 @@ jobs:
118118

119119
steps:
120120
- name: Download NuGet Artifacts
121-
uses: actions/download-artifact@v3
121+
uses: actions/download-artifact@v4
122122
with:
123123
name: NuGets
124124
path: nugets
125125

126126
- name: Download Demo App Artifacts
127-
uses: actions/download-artifact@v3
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: DemoApp
130130
path: demo-app
@@ -133,7 +133,7 @@ jobs:
133133
run: zip -r DemoApp.zip demo-app/*
134134

135135
- name: Download Release Notes
136-
uses: actions/download-artifact@v3
136+
uses: actions/download-artifact@v4
137137
with:
138138
name: ReleaseNotes
139139

@@ -155,7 +155,7 @@ jobs:
155155
repository: ${{ github.repository }}.wiki
156156

157157
- name: Download Icon Changes
158-
uses: actions/download-artifact@v3
158+
uses: actions/download-artifact@v4
159159
with:
160160
name: IconChanges
161161
path: icon-changes
@@ -217,7 +217,7 @@ jobs:
217217

218218
steps:
219219
- name: Download NuGet Artifacts
220-
uses: actions/download-artifact@v3
220+
uses: actions/download-artifact@v4
221221
with:
222222
name: NuGets
223223
path: nugets

0 commit comments

Comments
 (0)