@@ -50,11 +50,11 @@ jobs:
5050 BM25_TEST_DSN : " dbname=zodb_test user=zodb password=zodb host=localhost port=5434"
5151
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 with :
5555 fetch-depth : 0
5656
57- - uses : astral-sh/setup-uv@v6
57+ - uses : astral-sh/setup-uv@v8
5858 with :
5959 enable-cache : true
6060 cache-dependency-glob : " pyproject.toml"
7777 run : mv .coverage .coverage.${{ matrix.python-version }}
7878
7979 - name : Upload coverage data
80- uses : actions/upload-artifact@v4
80+ uses : actions/upload-artifact@v5
8181 with :
8282 name : coverage-data-${{ matrix.python-version }}
8383 path : .coverage.${{ matrix.python-version }}
9191 runs-on : ubuntu-latest
9292
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v5
9595
96- - uses : astral-sh/setup-uv@v6
96+ - uses : astral-sh/setup-uv@v8
9797 with :
9898 enable-cache : true
9999 cache-dependency-glob : " pyproject.toml"
@@ -103,7 +103,7 @@ jobs:
103103 uv venv
104104 uv pip install -c https://dist.plone.org/release/6.1-latest/constraints.txt -e ".[test]"
105105
106- - uses : actions/download-artifact@v4
106+ - uses : actions/download-artifact@v5
107107 with :
108108 pattern : coverage-data-*
109109 merge-multiple : true
@@ -116,7 +116,7 @@ jobs:
116116 uv run coverage report
117117
118118 - name : Upload HTML report if check failed
119- uses : actions/upload-artifact@v4
119+ uses : actions/upload-artifact@v5
120120 with :
121121 name : html-report
122122 path : htmlcov
0 commit comments