2626 with :
2727 persist-credentials : false
2828 - name : Install uv
29- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
29+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v6
3030 with :
3131 enable-cache : true
3232 python-version : " 3.10"
6868 with :
6969 persist-credentials : false
7070 - name : Install uv
71- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
71+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v6
7272 with :
7373 enable-cache : true
7474 python-version : ${{ matrix.python-version }}
8787 with :
8888 persist-credentials : false
8989 - name : Install uv
90- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
90+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v6
9191 with :
9292 enable-cache : true
9393 python-version : " 3.10"
@@ -112,7 +112,7 @@ jobs:
112112 with :
113113 persist-credentials : false
114114 - name : Install uv
115- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
115+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v6
116116 with :
117117 enable-cache : true
118118 python-version : " 3.10"
@@ -131,7 +131,7 @@ jobs:
131131 with :
132132 persist-credentials : false
133133 - name : Install uv
134- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
134+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v6
135135 with :
136136 enable-cache : true
137137 python-version : " 3.10"
@@ -153,7 +153,7 @@ jobs:
153153 with :
154154 persist-credentials : false
155155 - name : Install uv
156- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
156+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v6
157157 with :
158158 enable-cache : true
159159 python-version : " ${{matrix.python}}"
@@ -174,7 +174,7 @@ jobs:
174174 with :
175175 persist-credentials : false
176176 - name : Install uv
177- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
177+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v6
178178 with :
179179 enable-cache : true
180180 python-version : " 3.10"
@@ -214,7 +214,7 @@ jobs:
214214 run : |
215215 pip install build
216216 python -m build --sdist
217- - uses : actions/upload-artifact@v4
217+ - uses : actions/upload-artifact@v5
218218 with :
219219 name : " sdist"
220220 path : dist/*.tar.gz
@@ -226,7 +226,7 @@ jobs:
226226 timeout-minutes : 20
227227 steps :
228228 - name : Download sdist
229- uses : actions/download-artifact@v5
229+ uses : actions/download-artifact@v6
230230 with :
231231 path : sdist/
232232 - name : Unpack SDist
@@ -264,7 +264,7 @@ jobs:
264264 with :
265265 persist-credentials : false
266266 - name : Install uv
267- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
267+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v6
268268 with :
269269 python-version : " 3.10"
270270 - id : setup-mongodb
0 commit comments