File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit: f812aaa
2+ _commit: b130c83
33_src_path: https://github.com/python-project-templates/base.git
44add_docs: true
55add_extension: cpp
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 run: make coverage
129129
130130 - name: Upload test results (Python)
131- uses: actions/upload-artifact@v4
131+ uses: actions/upload-artifact@v5
132132 with:
133133 name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
134134 path: junit.xml
@@ -145,7 +145,7 @@ jobs:
145145 with:
146146 token: ${{ secrets.CODECOV_TOKEN }}
147147
148- - uses: actions/upload-artifact@v4
148+ - uses: actions/upload-artifact@v5
149149 with:
150150 name: dist-${{matrix.os}}-${{matrix.python-version}}
151151 path: dist
You can’t perform that action at this time.
0 commit comments