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