From 0e8e59f20ff1e00c03f8b9a8dfbc810503d0e536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:46:41 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 3eb3a6c5..b3c84a27 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -197,17 +197,17 @@ jobs: application_id: ${{ secrets.BOT_APPLICATION_ID }} application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: ansys-grantami-common-wheel path: ~/dist - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: Documentation-pdf path: ~/pdf - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: Documentation-html path: ~/html