Skip to content

Commit 4ab63ca

Browse files
committed
Merge branch 'master' of github.com:carlrobertoh/CodeGPT
2 parents c287128 + ec0b1cc commit 4ab63ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -59,7 +59,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

169169
If 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>

0 commit comments

Comments
 (0)