Skip to content

Commit 2872206

Browse files
ci: Bump actions/upload-artifact from 4 to 5 (#662)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 6def312 commit 2872206

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
pytest -v --cov=ansys.sherlock --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml
9696
9797
- name: Upload coverage results
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
if: env.MAIN_PYTHON_VERSION == matrix.python-version
100100
with:
101101
name: coverage-results
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ci: Bump actions/upload-artifact from 4 to 5

0 commit comments

Comments
 (0)