|
49 | 49 | mkdir -p ${{ github.workspace }}/openclash |
50 | 50 | docker run -i --name openwrt-sdk-${{ matrix.arch }}-${{ matrix.version }} --user root -v ${{ github.workspace }}/build_clash.sh:/build_clash.sh -v ${{ github.workspace }}/openclash/:/openclash/ openwrt/sdk:${{ matrix.arch }}-${{ matrix.version }} /build_clash.sh |
51 | 51 |
|
52 | | - - uses: actions/upload-artifact@v3 |
| 52 | + - uses: actions/upload-artifact@v4 |
53 | 53 | with: |
54 | 54 | name: openclash-${{ matrix.arch }}-${{ matrix.version }} |
55 | 55 | path: openclash |
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | apt-get update |
125 | 125 | apt install tree -y |
126 | 126 | tree bin/packages |
127 | | - - uses: actions/upload-artifact@v3 |
| 127 | + - uses: actions/upload-artifact@v4 |
128 | 128 | with: |
129 | 129 | name: passwall-${{ matrix.arch }}-${{ matrix.version }} |
130 | 130 | path: passwall |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | sudo -u $BUILDER make package/luci-theme-argon/compile V=s -j1 |
160 | 160 | mkdir -p $VOLUME_HOME/luci-theme-argon |
161 | 161 | cp bin/packages/*/base/luci-theme-argon*.ipk $VOLUME_HOME/luci-theme-argon/ |
162 | | - - uses: actions/upload-artifact@v3 |
| 162 | + - uses: actions/upload-artifact@v4 |
163 | 163 | with: |
164 | 164 | name: luci-theme-argon-${{ matrix.arch }}-${{ matrix.version }} |
165 | 165 | path: luci-theme-argon |
@@ -196,7 +196,7 @@ jobs: |
196 | 196 | sudo -u $BUILDER make package/luci-app-netdata/compile V=s -j1 |
197 | 197 | mkdir -p $VOLUME_HOME/luci-app-netdata |
198 | 198 | cp bin/packages/*/base/luci-app-netdata*.ipk $VOLUME_HOME/luci-app-netdata/ |
199 | | - - uses: actions/upload-artifact@v3 |
| 199 | + - uses: actions/upload-artifact@v4 |
200 | 200 | with: |
201 | 201 | name: luci-app-netdata-${{ matrix.arch }}-${{ matrix.version }} |
202 | 202 | path: luci-app-netdata |
@@ -234,16 +234,16 @@ jobs: |
234 | 234 | with: |
235 | 235 | fetch-depth: 0 |
236 | 236 |
|
237 | | - - uses: actions/download-artifact@v3 |
| 237 | + - uses: actions/download-artifact@v4 |
238 | 238 | with: |
239 | 239 | name: passwall-${{ matrix.arch }}-${{ matrix.version }} |
240 | | - - uses: actions/download-artifact@v3 |
| 240 | + - uses: actions/download-artifact@v4 |
241 | 241 | with: |
242 | 242 | name: luci-theme-argon-${{ matrix.arch }}-${{ matrix.version }} |
243 | | - - uses: actions/download-artifact@v3 |
| 243 | + - uses: actions/download-artifact@v4 |
244 | 244 | with: |
245 | 245 | name: openclash-${{ matrix.arch }}-${{ matrix.version }} |
246 | | - # - uses: actions/download-artifact@v3 |
| 246 | + # - uses: actions/download-artifact@v4 |
247 | 247 | # with: |
248 | 248 | # name: luci-app-netdata |
249 | 249 |
|
@@ -310,7 +310,7 @@ jobs: |
310 | 310 | # shadowsocksr-libev-ssr-redir shadowsocksr-libev-ssr-server simple-obfs-server simple-obfs |
311 | 311 | # tcping trojan-plus v2ray-core v2ray-example v2ray-extra v2ray-plugin |
312 | 312 | # open-vm-tools |
313 | | - - uses: actions/upload-artifact@v3 |
| 313 | + - uses: actions/upload-artifact@v4 |
314 | 314 | with: |
315 | 315 | name: openwrt-${{ matrix.arch }}-${{ matrix.version }} |
316 | 316 | path: openwrt_output |
0 commit comments