mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
actions/upload-artifact bumped to v4
This commit is contained in:
parent
d46f1562ff
commit
7ea473f823
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
|
bash utils/packaging/build_modules.sh $kernel_version
|
||||||
sha1sum ebpf_prog/modules/opensnitch*o > ebpf_prog/modules/checksums.txt
|
sha1sum ebpf_prog/modules/opensnitch*o > ebpf_prog/modules/checksums.txt
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: opensnitch-ebpf-modules-${{ matrix.kernel }}-${{ matrix.tag }}
|
name: opensnitch-ebpf-modules-${{ matrix.kernel }}-${{ matrix.tag }}
|
||||||
path: ebpf_prog/modules/*
|
path: ebpf_prog/modules/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue