From 7948f466f0523422a33046d5c671ebff19a8e650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:55:20 +0000 Subject: [PATCH 1/2] build: bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/37930b1c2abaa49bbe596cd826c3c89aef350131...70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3) Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd_night.yml | 6 +++--- .github/workflows/ci_cd_pr.yml | 6 +++--- .github/workflows/ci_cd_release.yml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci_cd_night.yml b/.github/workflows/ci_cd_night.yml index 75527a75e2..1ec8d27a38 100644 --- a/.github/workflows/ci_cd_night.yml +++ b/.github/workflows/ci_cd_night.yml @@ -81,7 +81,7 @@ jobs: persist-credentials: false - name: "Download wheelhouse into static path" - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: "doc/source/_static/wheelhouse" pattern: "*-wheelhouse-*" @@ -158,7 +158,7 @@ jobs: "export BUILD_API=true BUILD_EXAMPLES=true && tox -e doc-links,doc-html" - name: "Upload combined artifacts" - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: path: doc/_build/html name: documentation-html @@ -337,7 +337,7 @@ jobs: - name: "Upload ${{ env.ANSYS_STK }} coverage results" if: ${{ matrix.python == env.MINIMUM_PYTHON_VERSION }} - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: path: .cov/${ANSYS_STK}-coverage name: ${ANSYS_STK}-coverage diff --git a/.github/workflows/ci_cd_pr.yml b/.github/workflows/ci_cd_pr.yml index 326daa2fcf..d22fb8f1a0 100644 --- a/.github/workflows/ci_cd_pr.yml +++ b/.github/workflows/ci_cd_pr.yml @@ -223,7 +223,7 @@ jobs: python-version: ${{ env.MAIN_PYTHON_VERSION }} - name: "Download wheelhouse into static path" - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: "doc/source/_static/wheelhouse" pattern: "*-wheelhouse-*" @@ -390,7 +390,7 @@ jobs: run: cp gh-pages/version/dev/_static/search.json doc/_build/html/_static/search.json - name: "Upload HTML documentation artifacts" - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: path: doc/_build/html name: documentation-html @@ -567,7 +567,7 @@ jobs: - name: "Upload ${{ env.ANSYS_STK }} coverage results" if: ${{ matrix.python == env.MINIMUM_PYTHON_VERSION }} - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: path: .cov/${{ env.ANSYS_STK }}-coverage name: ${{ env.ANSYS_STK }}-coverage diff --git a/.github/workflows/ci_cd_release.yml b/.github/workflows/ci_cd_release.yml index 18e2987a5e..ec7cf2e6d9 100644 --- a/.github/workflows/ci_cd_release.yml +++ b/.github/workflows/ci_cd_release.yml @@ -128,7 +128,7 @@ jobs: persist-credentials: false - name: "Download wheelhouse into static path" - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: "doc/source/_static/wheelhouse" pattern: "*-wheelhouse-*" @@ -205,7 +205,7 @@ jobs: "export BUILD_API=true BUILD_EXAMPLES=true && tox -e doc-links,doc-html" - name: "Upload HTML documentation artifacts" - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: path: doc/_build/html name: documentation-html @@ -373,7 +373,7 @@ jobs: - name: "Upload ${{ env.ANSYS_STK }} coverage results" if: ${{ matrix.python == env.MINIMUM_PYTHON_VERSION }} - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: path: .cov/${{ env.ANSYS_STK }}-coverage name: ${{ env.ANSYS_STK }}-coverage @@ -419,7 +419,7 @@ jobs: steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: ${{ env.ANSYS_STK }}-artifacts path: ${{ env.ANSYS_STK }}-artifacts From 813e5c3c93e85d2d173c1301f8726964eeac9bef Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:57:51 +0000 Subject: [PATCH 2/2] chore: adding changelog file 970.dependencies.md [dependabot-skip] --- doc/source/changelog/970.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/970.dependencies.md diff --git a/doc/source/changelog/970.dependencies.md b/doc/source/changelog/970.dependencies.md new file mode 100644 index 0000000000..87b9493647 --- /dev/null +++ b/doc/source/changelog/970.dependencies.md @@ -0,0 +1 @@ +Bump the actions group across 1 directory with 2 updates