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 c2c1fdb commit 65db261Copy full SHA for 65db261
.github/workflows/ci_cd.yml
@@ -81,7 +81,7 @@ jobs:
81
pytest-extra-args: "--cov=ansys.tools.repo_sync --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
82
83
- name: Upload coverage results (HTML)
84
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
85
if: (matrix.python-version == env.MAIN_PYTHON_VERSION) && (runner.os == 'Linux')
86
with:
87
name: coverage-html
0 commit comments