1717 fossa report attribution --format text > /tmp/THIRDPARTY
1818 env:
1919 FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
20- - uses : actions/upload-artifact@v4
20+ - uses : actions/upload-artifact@v5
2121 with :
2222 name : THIRDPARTY
2323 path : /tmp/THIRDPARTY
2929 runs-on : ubuntu-latest
3030 steps :
3131 - uses : actions/checkout@v5
32- - uses : actions/setup-python@v5
32+ - uses : actions/setup-python@v6
3333 with :
34- python-version : " 3.12 "
34+ python-version : " 3.14 "
3535 -
uses :
pre-commit/[email protected] 3636
3737 test-unit :
@@ -41,14 +41,14 @@ jobs:
4141 python-version : [ 3.9, "3.10", "3.11", "3.12" ]
4242 steps :
4343 - uses : actions/checkout@v5
44- - uses : actions/setup-python@v5
44+ - uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ matrix.python-version }}
4747 - run : |
4848 curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
4949 poetry install
5050 poetry run pytest --junitxml=test-results/junit.xml
51- - uses : actions/upload-artifact@v4
51+ - uses : actions/upload-artifact@v5
5252 if : success() || failure()
5353 with :
5454 name : test-results-unit-python-${{ matrix.python-version }}
5858 runs-on : ubuntu-latest
5959 steps :
6060 - uses : actions/checkout@v5
61- - uses : apache/skywalking-eyes@v0.7 .0
61+ - uses : apache/skywalking-eyes@v0.8 .0
6262
6363 publish :
6464 needs :
7474 # Very important: semantic-release won't trigger a tagged
7575 # build if this is not set false
7676 persist-credentials : false
77- - uses : actions/setup-python@v5
77+ - uses : actions/setup-python@v6
7878 with :
79- python-version : " 3.9 "
79+ python-version : " 3.14 "
8080 - run : |
8181 curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
8282 poetry install
0 commit comments