@@ -38,17 +38,17 @@ jobs:
3838
3939 steps :
4040 - name : Check out the repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 0
4444
4545 - name : Set up Python ${{ matrix.python }}
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ${{ matrix.python }}
4949
5050 - name : Install uv
51- uses : astral-sh/setup-uv@v6
51+ uses : astral-sh/setup-uv@v7
5252 with :
5353 version : " 0.8.3"
5454 enable-cache : true
6161
6262 - name : Upload coverage data
6363 if : matrix.session == 'unit' && matrix.python == '3.13' && matrix.os == 'ubuntu-latest'
64- uses : actions/upload-artifact@v4
64+ uses : actions/upload-artifact@v6
6565 with :
6666 name : coverage-data
6767 path : .coverage
@@ -74,17 +74,17 @@ jobs:
7474
7575 steps :
7676 - name : Check out the repository
77- uses : actions/checkout@v5
77+ uses : actions/checkout@v6
7878 with :
7979 fetch-depth : 0
8080
8181 - name : Set up Python 3.13
82- uses : actions/setup-python@v5
82+ uses : actions/setup-python@v6
8383 with :
8484 python-version : " 3.13"
8585
8686 - name : Install uv
87- uses : astral-sh/setup-uv@v6
87+ uses : astral-sh/setup-uv@v7
8888 with :
8989 version : " 0.8.3"
9090 enable-cache : true
9393 run : uv tool install nox
9494
9595 - name : Download coverage data
96- uses : actions/download-artifact@v4
96+ uses : actions/download-artifact@v7
9797 with :
9898 name : coverage-data
9999
0 commit comments