From afb9f95e693cb03731762b4c15fbff8bcb60dedd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 05:47:45 +0000 Subject: [PATCH 1/2] chore: bump actions/download-artifact from 4.3.0 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...634f93cb2916e3fdff6788551b99b062d0335ce0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd_release.yml b/.github/workflows/ci_cd_release.yml index 3c366e78ed..1d75108b02 100644 --- a/.github/workflows/ci_cd_release.yml +++ b/.github/workflows/ci_cd_release.yml @@ -172,7 +172,7 @@ jobs: contents: write steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: ${{ env.PACKAGE_NAME }}-artifacts path: ${{ env.PACKAGE_NAME }}-artifacts From eb8b3c37871682e53a69f9b620c90bafacd58b8f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 26 Aug 2025 05:48:40 +0000 Subject: [PATCH 2/2] chore: adding changelog file 889.maintenance.md [dependabot-skip] --- doc/changelog/889.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog/889.maintenance.md diff --git a/doc/changelog/889.maintenance.md b/doc/changelog/889.maintenance.md new file mode 100644 index 0000000000..926127eddc --- /dev/null +++ b/doc/changelog/889.maintenance.md @@ -0,0 +1 @@ +Bump actions/download-artifact from 4.3.0 to 5.0.0