From efb04259fe3458fb33cddf7234ebf1a93ee67fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:13:56 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact in the action-deps group Bumps the action-deps group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ea55a262..38a3d466 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -81,7 +81,7 @@ jobs: pytest-extra-args: "--cov=ansys.tools.repo_sync --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml" - name: Upload coverage results (HTML) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: (matrix.python-version == env.MAIN_PYTHON_VERSION) && (runner.os == 'Linux') with: name: coverage-html