Skip to content

Commit 65db261

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 in the action-deps group (#8722)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2c1fdb commit 65db261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
pytest-extra-args: "--cov=ansys.tools.repo_sync --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
8282

8383
- name: Upload coverage results (HTML)
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v5
8585
if: (matrix.python-version == env.MAIN_PYTHON_VERSION) && (runner.os == 'Linux')
8686
with:
8787
name: coverage-html

0 commit comments

Comments
 (0)