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 : 55f9353
2+ _commit : b74d698
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change 5757 FSSPEC_S3_ENDPOINT_URL : ${{ secrets.FSSPEC_S3_ENDPOINT_URL }}
5858
5959 - name : Upload test results (Python)
60- uses : actions/upload-artifact@v5
60+ uses : actions/upload-artifact@v6
6161 with :
6262 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
6363 path : junit.xml
7979 run : make dist
8080 if : ${{ matrix.os == 'ubuntu-latest' }}
8181
82- - uses : actions/upload-artifact@v5
82+ - uses : actions/upload-artifact@v6
8383 with :
8484 name : dist-${{matrix.os}}
8585 path : dist
You can’t perform that action at this time.
0 commit comments