actions/upload-artifact bumped to v4
Some checks failed
CI - build eBPF modules / build (6.0, 1.6.0) (push) Has been cancelled

This commit is contained in:
Gustavo Iñiguez Goia 2025-02-25 16:14:33 +01:00
parent 69c23e0250
commit bcfae74097
Failed to generate hash of commit

View file

@ -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/*