File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
5858
5959 - name : Upload Test Results
6060 if : always()
61- uses : actions/upload-artifact@v6
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
6464 path : ./test-results/*.xml
6565
6666 - name : Upload Test Coverage Report
6767 if : always()
68- uses : actions/upload-artifact@v6
68+ uses : actions/upload-artifact@v7
6969 with :
7070 name : coverage-reports-${{ matrix.os }}-${{ matrix.python-version }}
7171 path : ./coverage/*.xml
7979
8080 - name : Upload CI Event
8181 if : always()
82- uses : actions/upload-artifact@v6
82+ uses : actions/upload-artifact@v7
8383 with :
8484 name : event-file-${{ matrix.os }}-${{ matrix.python-version }}
8585 path : ${{ github.event_path }}
9797
9898 - name : Upload Built Artifacts
9999 if : always()
100- uses : actions/upload-artifact@v6
100+ uses : actions/upload-artifact@v7
101101 with :
102102 name : build-artifacts
103103 path : ./dist/*
@@ -176,7 +176,7 @@ jobs:
176176
177177 - name : Upload Sphinx HTML
178178 if : always()
179- uses : actions/upload-artifact@v6
179+ uses : actions/upload-artifact@v7
180180 with :
181181 name : sphinx-html
182182 path : docs/build/html
You can’t perform that action at this time.
0 commit comments