File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 id : version
4343 run : python ./tools/get-version.py >> $GITHUB_OUTPUT
4444 - name : Upload artifacts
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : dist
4848 path : dist
@@ -101,7 +101,7 @@ jobs:
101101 run : python -m tox
102102
103103 - name : Store coverage data
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v5
105105 if : " !endsWith(matrix.os, 'windows')"
106106 with :
107107 name : coverage-python-${{ matrix.python-version }}
@@ -190,7 +190,7 @@ jobs:
190190 run : |
191191 pandoc --wrap=preserve -o release-notes.md release-notes.rst
192192 - name : Upload artifacts
193- uses : actions/upload-artifact@v4
193+ uses : actions/upload-artifact@v5
194194 with :
195195 name : release-notes.md
196196 path : release-notes.md
You can’t perform that action at this time.
0 commit comments