We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2248eb commit ae0b4ecCopy full SHA for ae0b4ec
.github/workflows/kernel-build.yml
@@ -206,7 +206,7 @@ jobs:
206
llvm-version: ${{ inputs.llvm_version }}
207
- name: Tar artifacts
208
id: tar-artifacts
209
- uses: libbpf/ci/tar-artifacts@v3
+ uses: libbpf/ci/tar-artifacts@main
210
env:
211
ARCHIVE_BPF_SELFTESTS: 'true'
212
ARCHIVE_MAKE_HELPERS: 'true'
.github/workflows/veristat-scx.yml
@@ -35,7 +35,7 @@ jobs:
35
sparse-checkout: |
36
.github
37
ci
38
- - uses: libbpf/ci/build-scx-scheds@v3
+ - uses: libbpf/ci/build-scx-scheds@main
39
with:
40
output-dir: ${{ env.SCX_BUILD_OUTPUT }}
41
- name: Collect scx progs
0 commit comments