From cd588999dd9b7460755422e7a52367a8b1c71a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:19:29 +0000 Subject: [PATCH 1/2] MAINT: bump actions/upload-pages-artifact from 3 to 4 in the lock group Bumps the lock group with 1 update: [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: lock ... Signed-off-by: dependabot[bot] --- .github/workflows/redirect-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/redirect-gh-pages.yml b/.github/workflows/redirect-gh-pages.yml index fa6f0c8a..0e21a623 100644 --- a/.github/workflows/redirect-gh-pages.yml +++ b/.github/workflows/redirect-gh-pages.yml @@ -26,7 +26,7 @@ jobs: ' > build/index.html - id: deployment - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: build/ From a99483034c18cd62bde13d75906b1860d9858ec8 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:25:49 +0100 Subject: [PATCH 2/2] FIX: set `GITHUB_TOKEN` if `PAT` is not set --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b57a96f7..7c22754a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -35,7 +35,7 @@ jobs: comment-on-alert: true fail-on-alert: true gh-repository: github.com/ComPWA/tensorwaves-benchmark-results - github-token: ${{ secrets.PAT }} + github-token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} name: TensorWaves benchmark results output-file-path: benchmarks/output.json tool: pytest