File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 run : cd "$GITHUB_WORKSPACE"/../turris-build/build/; make package/nemea-modules/compile -j$(nproc)
3030 - name : Collect artifacts
3131 run : mkdir /tmp/mox-cesnet; cp "$GITHUB_WORKSPACE/../turris-build/build/bin/packages/aarch64_cortex-a53/cesnet"/* /tmp/mox-cesnet/
32- - uses : actions/upload-artifact@v2
32+ - uses : actions/upload-artifact@v4
3333 with :
3434 name : turris-mox-packages
3535 path : /tmp/mox-cesnet/
5454 run : cd "$GITHUB_WORKSPACE"/../openwrt-sdk-*-generic_gcc-*_musl.Linux-x86_64; make defconfig; make package/luci-app-ipfixprobe/compile -j$(nproc)
5555 - name : Collect artifacts
5656 run : mkdir /tmp/tplink-cesnet; cp "$GITHUB_WORKSPACE"/../openwrt-sdk-*-generic_gcc-*_musl.Linux-x86_64/bin/packages/mips_24kc/cesnet/* /tmp/tplink-cesnet/
57- - uses : actions/upload-artifact@v2
57+ - uses : actions/upload-artifact@v4
5858 with :
5959 name : tplink-packages
6060 path : /tmp/tplink-cesnet/
You can’t perform that action at this time.
0 commit comments