From bcfae740975d798c8a531fc86d7b8b3ac95ca5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Tue, 25 Feb 2025 16:14:33 +0100 Subject: [PATCH] actions/upload-artifact bumped to v4 --- .github/workflows/build_ebpf_modules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_ebpf_modules.yml b/.github/workflows/build_ebpf_modules.yml index 5cc592cb..1b65f69c 100644 --- a/.github/workflows/build_ebpf_modules.yml +++ b/.github/workflows/build_ebpf_modules.yml @@ -53,7 +53,7 @@ jobs: bash utils/packaging/build_modules.sh $kernel_version sha1sum ebpf_prog/modules/opensnitch*o > ebpf_prog/modules/checksums.txt - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: opensnitch-ebpf-modules-${{ matrix.kernel }}-${{ matrix.tag }} path: ebpf_prog/modules/*