File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1515 name : Format
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.x"
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 submodules : recursive
2424
3232 ls -la libbpf/src/ || echo "libbpf/src not found!"
3333
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838
Original file line number Diff line number Diff line change 1515 name : Build SDist
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 submodules : recursive
2121
2525 - name : Check metadata
2626 run : pipx run twine check dist/*
2727
28- - uses : actions/upload-artifact@v4
28+ - uses : actions/upload-artifact@v5
2929 with :
3030 name : cibw-sdist
3131 path : dist/*.tar.gz
@@ -39,12 +39,12 @@ jobs:
3939 arch : [x86_64]
4040
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 with :
4444 submodules : recursive
4545
4646 - name : Build wheels
47- uses : pypa/cibuildwheel@v3.2
47+ uses : pypa/cibuildwheel@v3.3
4848 env :
4949 CIBW_PLATFORM : linux
5050 CIBW_ARCHS_LINUX : ${{ matrix.arch }}
6565 shell : bash
6666
6767 - name : Upload wheels
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v5
6969 with :
7070 name : cibw-wheels-linux-${{ matrix.arch }}
7171 path : wheelhouse/*.whl
8282
8383 steps :
8484 - name : Download all artifacts
85- uses : actions/download-artifact@v5
85+ uses : actions/download-artifact@v6
8686 with :
8787 pattern : cibw-*
8888 path : dist
You can’t perform that action at this time.
0 commit comments