diff --git a/.copier-answers.yaml b/.copier-answers.yaml index f3de2a2..dbcb975 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: f812aaa +_commit: b130c83 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a1d91ac..e68db2d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -128,7 +128,7 @@ jobs: run: make coverage - name: Upload test results (Python) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }} path: junit.xml @@ -145,7 +145,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: dist-${{matrix.os}}-${{matrix.python-version}} path: dist