From 95d6b0c6c6d352d696833079827b6c3dfcac84c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:34:35 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#326) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 68770fd1a5..71bf4a520e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -111,7 +111,7 @@ jobs: twine check dist/* - name: Upload packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Packages path: dist/ @@ -276,7 +276,7 @@ jobs: docker-compose -f ./docker-compose/docker-compose-extras.yaml down -v - name: Upload HTML Documentation - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: documentation-html path: doc/build/html @@ -297,7 +297,7 @@ jobs: run: xvfb-run poetry run make -C doc pdf - name: Upload PDF Documentation - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Documentation-pdf path: doc/build/latex/ansys-acp-core.pdf