mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
actions/upload-artifact bumped to v4
Some checks failed
CI - build eBPF modules / build (6.0, 1.6.0) (push) Has been cancelled
Some checks failed
CI - build eBPF modules / build (6.0, 1.6.0) (push) Has been cancelled
This commit is contained in:
parent
69c23e0250
commit
bcfae74097
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_ebpf_modules.yml
vendored
2
.github/workflows/build_ebpf_modules.yml
vendored
|
@ -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/*
|
||||
|
|
Loading…
Add table
Reference in a new issue