Skip to content

Commit b98880b

Browse files
committed
fix(ci): using download-artifact v4
1 parent 39cfc80 commit b98880b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
artifact-name: 'arkscript.exe'
8484

8585
- name: Upload artifact
86-
uses: actions/upload-artifact@v2
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: ${{ matrix.config.artifact }}
8989
path: artifact
@@ -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@v3
104+
uses: actions/download-artifact@v4
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@v3
110+
uses: actions/download-artifact@v4
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@v3
116+
uses: actions/download-artifact@v4
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@v3
122+
uses: actions/download-artifact@v4
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@v3
128+
uses: actions/download-artifact@v4
129129
with:
130130
name: arkscript.exe
131131
path: ark-windows-installer

0 commit comments

Comments
 (0)