From ba6be278172d9a10ac296cde1fa6ef78115ad6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:04:56 +0000 Subject: [PATCH] Build(deps): bump the actions-deps group with 2 updates Bumps the actions-deps group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `JamesIves/github-pages-deploy-action` from 4.7.4 to 4.7.6 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.4...v4.7.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/nightly-doc-build.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6b02162..5255c834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: pytest - name: Upload Coverage Results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: HTML-Coverage path: cov_html @@ -199,7 +199,7 @@ jobs: make -C doc html - name: Upload documentation - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: HTML-Documentation path: doc/_build/html @@ -207,7 +207,7 @@ jobs: - name: Deploy documentation to gh-pages if: github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.7.4 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: token: ${{ secrets.github_token }} branch: gh-pages diff --git a/.github/workflows/nightly-doc-build.yml b/.github/workflows/nightly-doc-build.yml index d93cb4c0..02e0c381 100644 --- a/.github/workflows/nightly-doc-build.yml +++ b/.github/workflows/nightly-doc-build.yml @@ -45,7 +45,7 @@ jobs: make -C doc html - name: Upload documentation - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: HTML-Documentation path: doc/_build/html @@ -53,7 +53,7 @@ jobs: - name: Deploy documentation to gh-pages if: github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.7.4 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: token: ${{ secrets.github_token }} branch: gh-pages