File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments