We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5260d9 + 35e428c commit abf08afCopy full SHA for abf08af
.github/workflows/ci.yaml
@@ -183,7 +183,7 @@ jobs:
183
# This job runs on Linux
184
runs-on: ubuntu-latest
185
steps:
186
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
187
with:
188
path: artifacts
189
- uses: actions/setup-python@v6
.github/workflows/pr.yaml
@@ -323,7 +323,7 @@ jobs:
323
matrix:
324
python-version: ['3.11']
325
326
327
328
329
0 commit comments