File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 continue-on-error : true
3333
3434 - name : Archive production artifacts
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : test-report-${{ matrix.python-version }}
3838 path : junit.xml
3939
4040 - name : Archive code coverage results
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : code-coverage-report-${{ matrix.python-version }}
4444 path : coverage.xml
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '2.2.16 '
56+ version = '2.2.17 '
5757# The full version, including alpha/beta/rc tags.
58- release = '2.2.16 '
58+ release = '2.2.17 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = "pycaption" ,
23- version = "2.2.16 " ,
23+ version = "2.2.17 " ,
2424 description = "Closed caption converter" ,
2525 long_description = open (README_PATH ).read (),
2626 author = "Joe Norton" ,
You can’t perform that action at this time.
0 commit comments