We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09f7357 + b74380b commit ad5830aCopy full SHA for ad5830a
1 file changed
.github/workflows/unit-tests.yml
@@ -227,7 +227,7 @@ jobs:
227
steps:
228
- uses: actions/checkout@v5
229
- name: collect pytest warnings files
230
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
231
with:
232
pattern: pytest-warnings-json-*
233
merge-multiple: true
@@ -286,7 +286,7 @@ jobs:
286
python-version: ${{ matrix.python-version }}
287
288
- name: Download all artifacts
289
290
291
pattern: coverage-*
292
0 commit comments