Skip to content

Commit 17087e3

Browse files
dependabot[bot]SuperFola
authored andcommitted
chore(deps): bump actions/download-artifact from 4 to 5
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] <support@github.com>
1 parent 32c501f commit 17087e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

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

404404
- name: Download artifact
405405
id: download
406-
uses: actions/download-artifact@v4
406+
uses: actions/download-artifact@v5
407407
with:
408408
name: "ubuntu-clang-valgrind"
409409
path: build

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,31 +101,31 @@ jobs:
101101
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
102102

103103
- name: Download artifact Linux GCC 14
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
name: ubuntu-gcc-14
107107
path: ark-ubuntu-gcc-14
108108

109109
- name: Download artifact Linux Clang 16
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@v5
111111
with:
112112
name: ubuntu-clang-16
113113
path: ark-ubuntu-clang-16
114114

115115
- name: Download artifact Windows MSVC 19
116-
uses: actions/download-artifact@v4
116+
uses: actions/download-artifact@v5
117117
with:
118118
name: windows-msvc-22
119119
path: ark-windows-msvc-22
120120

121121
- name: Download artifact MacOS Clang
122-
uses: actions/download-artifact@v4
122+
uses: actions/download-artifact@v5
123123
with:
124124
name: macos-clang-16
125125
path: ark-macos-clang-16
126126

127127
- name: Download artifact Windows InnoSetup installer
128-
uses: actions/download-artifact@v4
128+
uses: actions/download-artifact@v5
129129
with:
130130
name: arkscript.exe
131131
path: ark-windows-installer

0 commit comments

Comments
 (0)