From 0a1b540b6231b3c01abf210c6f56d82d22dff644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:32:21 +0000 Subject: [PATCH 1/2] chore: bump actions/download-artifact from 8.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 744082c..67eff3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }} - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ env.PACKAGE_NAME }}-artifacts path: ${{ env.PACKAGE_NAME }}-artifacts From 7a0a66e715db75fc6c963693fbb50ae99f6793e2 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:33:22 +0000 Subject: [PATCH 2/2] chore: adding changelog file 316.miscellaneous.md [dependabot-skip] --- doc/changelog.d/316.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/316.miscellaneous.md diff --git a/doc/changelog.d/316.miscellaneous.md b/doc/changelog.d/316.miscellaneous.md new file mode 100644 index 0000000..5f1fe75 --- /dev/null +++ b/doc/changelog.d/316.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump actions/download-artifact from 8.0.0 to 8.0.1