diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ef5cb6220..c662543d2 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -95,7 +95,7 @@ jobs: pytest -v --cov=ansys.sherlock --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml - name: Upload coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: env.MAIN_PYTHON_VERSION == matrix.python-version with: name: coverage-results diff --git a/doc/changelog.d/662.miscellaneous.md b/doc/changelog.d/662.miscellaneous.md new file mode 100644 index 000000000..9e740884e --- /dev/null +++ b/doc/changelog.d/662.miscellaneous.md @@ -0,0 +1 @@ +Ci: Bump actions/upload-artifact from 4 to 5