File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 os : [ubuntu-latest, macos-latest, windows-latest]
1919 python : ["3.10", "3.11", "3.12", "3.13"]
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up Python
2323 uses : actions/setup-python@v6
2424 with :
2525 # MacOS issue ref.: https://github.com/actions/setup-python/issues/855 & https://github.com/actions/setup-python/issues/865
2626 python-version : ${{ matrix.os == 'macos-latest' && matrix.python == '3.10' && '3.11' || matrix.python }}
2727 architecture : x64
2828 - name : Cache python modules
29- uses : actions/cache@v4
29+ uses : actions/cache@v5
3030 with :
3131 path : ~/.cache/pip
3232 key : ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
2323 - os : macos-latest
2424 backend : openvino-headless
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Set up Python
2828 uses : actions/setup-python@v6
2929 with :
3030 # MacOS issue ref.: https://github.com/actions/setup-python/issues/855 & https://github.com/actions/setup-python/issues/865
3131 python-version : ${{ matrix.os == 'macos-latest' && matrix.python == '3.10' && '3.11' || matrix.python }}
3232 architecture : x64
3333 - name : Cache python modules
34- uses : actions/cache@v4
34+ uses : actions/cache@v5
3535 with :
3636 path : ~/.cache/pip
3737 key : ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}-tests
4343 run : |
4444 make test
4545 coverage xml -o coverage-common-${{ matrix.backend }}-${{ matrix.python }}-${{ matrix.os }}.xml
46- - uses : actions/upload-artifact@v4
46+ - uses : actions/upload-artifact@v6
4747 with :
4848 name : coverage-common-${{ matrix.backend }}-${{ matrix.python }}-${{ matrix.os }}
4949 path : ./coverage-common-${{ matrix.backend }}-${{ matrix.python }}-${{ matrix.os }}.xml
5353 runs-on : ubuntu-latest
5454 needs : [ pytest-common ]
5555 steps :
56- - uses : actions/checkout@v5
57- - uses : actions/download-artifact@v5
56+ - uses : actions/checkout@v6
57+ - uses : actions/download-artifact@v7
5858 - name : Upload coverage to Codecov
5959 uses : codecov/codecov-action@v5
6060 with :
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 python : ["3.10"]
1515 runs-on : ${{ matrix.os }}
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python }}
2222 architecture : x64
2323 - name : Cache python modules
24- uses : actions/cache@v4
24+ uses : actions/cache@v5
2525 with :
2626 path : ~/.cache/pip
2727 key : ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
5252 python : ["3.10"]
5353 runs-on : ${{ matrix.os }}
5454 steps :
55- - uses : actions/checkout@v5
55+ - uses : actions/checkout@v6
5656 - name : Set up Python
5757 uses : actions/setup-python@v6
5858 with :
Original file line number Diff line number Diff line change 1414 os : [ubuntu-latest]
1515 python : ["3.10"]
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
2020 with :
@@ -33,14 +33,14 @@ jobs:
3333 os : [ubuntu-latest]
3434 python : ["3.10"]
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - name : Set up Python
3838 uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python }}
4141 architecture : x64
4242 - name : Cache python modules
43- uses : actions/cache@v4
43+ uses : actions/cache@v5
4444 with :
4545 path : ~/.cache/pip
4646 key : ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments