Skip to content

Commit 1680561

Browse files
authored
actions: update upload-artifact to v4
1 parent 54c0b37 commit 1680561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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/
@@ -54,7 +54,7 @@ jobs:
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/

0 commit comments

Comments
 (0)