From 0f512e3f5805bb77215c0bde2fbc39eccfeb5656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:59:49 +0000 Subject: [PATCH 1/2] ci: 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/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e272ac3..981e24c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -165,7 +165,7 @@ jobs: contents: write steps: - name: Download artifacts - 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 b3b3f092f2a754d45787b4c00a73c277effb686d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:00:11 +0000 Subject: [PATCH 2/2] chore: adding changelog file 54.dependencies.md [dependabot-skip] --- doc/source/changelog/54.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/54.dependencies.md diff --git a/doc/source/changelog/54.dependencies.md b/doc/source/changelog/54.dependencies.md new file mode 100644 index 0000000..a208495 --- /dev/null +++ b/doc/source/changelog/54.dependencies.md @@ -0,0 +1 @@ +Ci: bump actions/download-artifact from 4.3.0 to 5.0.0