2020 name : Check Manifest
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - run : pipx run check-manifest
2525
2626 test :
3535 platform : [ubuntu-latest, macos-latest, windows-latest]
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939
40- - uses : astral-sh/setup-uv@v6
40+ - uses : astral-sh/setup-uv@v7
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 enable-cache : true
5454 run : uv run --no-dev --group test_thirdparty coverage run -p -m pytest -v
5555
5656 - name : Upload coverage
57- uses : actions/upload-artifact@v5
57+ uses : actions/upload-artifact@v6
5858 with :
5959 name : covreport-${{ matrix.platform }}-py${{ matrix.python-version }}
6060 path : ./.coverage*
7171 name : Test pyinstaller
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/checkout@v4
74+ - uses : actions/checkout@v6
7575 - name : Set up Python
76- uses : actions/setup-python@v5
76+ uses : actions/setup-python@v6
7777 with :
7878 python-version : 3.12
7979 - name : Install package and dev dependencies
8989 needs : test
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v6
9393 with :
9494 fetch-depth : 0
9595 - uses : hynek/build-and-inspect-python-package@v2
@@ -105,7 +105,7 @@ jobs:
105105
106106 steps :
107107 - name : Download built artifact to dist/
108- uses : actions/download-artifact@v4
108+ uses : actions/download-artifact@v6
109109 with :
110110 name : Packages
111111 path : dist
0 commit comments