From 8c1e525f94de07dcdb5439e7b46e929a1f454677 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 00:46:17 +0000 Subject: [PATCH] Update from copier (2025-12-14T00:46:17) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 1c2fcbf..88cd4fa 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 61fe43f +_commit: b74d698 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: jupyter diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index faa7782..5057519 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -63,7 +63,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Upload test results (Python) - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }} path: '**/junit.xml' @@ -84,7 +84,7 @@ jobs: run: make dist if: matrix.os == 'ubuntu-latest' - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: dist-${{matrix.os}} path: dist