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 2929
3030 - name : Collect Tests Result
3131 if : ${{ failure() }}
32- uses : actions/upload-artifact@v3
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : tests-result
3535 path : ${{ github.workspace }}/build/reports/tests
5959
6060 - name : Collect Plugin Verifier Result
6161 if : ${{ always() }}
62- uses : actions/upload-artifact@v3
62+ uses : actions/upload-artifact@v4
6363 with :
6464 name : pluginVerifier-result
6565 path : ${{ github.workspace }}/build/reports/pluginVerifier
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ See the [open issues][open-issues] for a full list of proposed features (and kno
164164
165165## License
166166
167- MIT © [ Carl-Robert Linnupuu] [ portfolio ]
167+ Apache 2.0 © [ Carl-Robert Linnupuu] [ portfolio ]
168168
169169If you found this project interesting, kindly rate it on the marketplace and don't forget to give it a star. Thanks again!
170170<p align =" right " >(<a href =" #readme-top " >back to top</a >)</p >
You can’t perform that action at this time.
0 commit comments