Skip to content

Commit a62e8fc

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/builder_releaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,25 +208,25 @@ jobs:
208208

209209
steps:
210210
- name: Download built package for Linux (Ubuntu) - GUI
211-
uses: actions/download-artifact@v7
211+
uses: actions/download-artifact@v8
212212
with:
213213
name: DicoGIS_executable_ubuntu_GUI
214214
path: builds/ubuntu/gui/
215215

216216
- name: Download built package for Linux (Ubuntu) - CLI
217-
uses: actions/download-artifact@v7
217+
uses: actions/download-artifact@v8
218218
with:
219219
name: DicoGIS_executable_ubuntu_CLI
220220
path: builds/ubuntu/cli/
221221

222222
- name: Download built package for Windows - GUI
223-
uses: actions/download-artifact@v7
223+
uses: actions/download-artifact@v8
224224
with:
225225
name: DicoGIS_executable_windows_GUI
226226
path: builds/windows/gui/
227227

228228
- name: Download built package for Windows - CLI
229-
uses: actions/download-artifact@v7
229+
uses: actions/download-artifact@v8
230230
with:
231231
name: DicoGIS_executable_windows_CLI
232232
path: builds/windows/cli/

0 commit comments

Comments
 (0)