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.
1 parent 9fb5245 commit ac85744Copy full SHA for ac85744
.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: uv run pytest --cdist-group=${{ matrix.cdist-group }}/3 -k "not elasticsearch"
52
53
- if: matrix.python-version == '3.12'
54
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
55
with:
56
name: coverage-xml
57
path: coverage.xml
0 commit comments