3232 - name : Install Nox
3333 run : |
3434 python -m pip install --upgrade pip
35- pip install nox
35+ pip install "nox==$NOX_VERSION" "uv==$UV_VERSION"
36+ env :
37+ NOX_VERSION : ' 2025.2.9'
38+ UV_VERSION : ' 0.6.9'
3639
3740 - name : Install Test Requirements
3841 env :
7780
7881 - name : Upload Logs
7982 if : always()
80- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8184 with :
8285 name : runtests-${{ runner.os }}-py${{ matrix.python-version }}-Salt${{ matrix.salt-version }}.log
8386 path : artifacts/runtests-*.log
9093
9194 - name : Upload Exit Status
9295 if : always()
93- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
96+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9497 with :
9598 name : exitstatus-${{ github.job }}-Py${{ matrix.python-version }}-Salt${{ matrix.salt-version }}
9699 path : exitstatus
@@ -121,7 +124,10 @@ jobs:
121124 - name : Install Nox
122125 run : |
123126 python -m pip install --upgrade pip
124- pip install nox
127+ pip install "nox==$env:NOX_VERSION" "uv==$env:UV_VERSION"
128+ env :
129+ NOX_VERSION : ' 2025.2.9'
130+ UV_VERSION : ' 0.6.9'
125131
126132 - name : Install Test Requirements
127133 shell : bash
@@ -171,7 +177,7 @@ jobs:
171177
172178 - name : Upload Logs
173179 if : always()
174- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
180+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
175181 with :
176182 name : runtests-${{ runner.os }}-py${{ matrix.python-version }}-Salt${{ matrix.salt-version }}.log
177183 path : artifacts/runtests-*.log
@@ -184,7 +190,7 @@ jobs:
184190
185191 - name : Upload Exit Status
186192 if : always()
187- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
193+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
188194 with :
189195 name : exitstatus-${{ github.job }}-Py${{ matrix.python-version }}-Salt${{ matrix.salt-version }}
190196 path : exitstatus
@@ -215,7 +221,10 @@ jobs:
215221 - name : Install Nox
216222 run : |
217223 python -m pip install --upgrade pip
218- pip install nox
224+ pip install "nox==$NOX_VERSION" "uv==$UV_VERSION"
225+ env :
226+ NOX_VERSION : ' 2025.2.9'
227+ UV_VERSION : ' 0.6.9'
219228
220229 - name : Install Test Requirements
221230 env :
@@ -260,7 +269,7 @@ jobs:
260269
261270 - name : Upload Logs
262271 if : always()
263- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
272+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
264273 with :
265274 name : runtests-${{ runner.os }}-py${{ matrix.python-version }}-Salt${{ matrix.salt-version }}.log
266275 path : artifacts/runtests-*.log
@@ -273,7 +282,7 @@ jobs:
273282
274283 - name : Upload Exit Status
275284 if : always()
276- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
285+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
277286 with :
278287 name : exitstatus-${{ github.job }}-Py${{ matrix.python-version }}-Salt${{ matrix.salt-version }}
279288 path : exitstatus
0 commit comments