Skip to content

Commit 609af75

Browse files
committed
Merge branch 'master' into v5
# Conflicts: # .github/workflows/build.yml # build.gradle
2 parents f544fae + 2df0b2a commit 609af75

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: ./gradlew testAndReport
3737

3838
- name: Upload Artifact
39-
uses: actions/upload-artifact@v6
39+
uses: actions/upload-artifact@v7
4040
if: always()
4141
with:
4242
name: report-java-${{ matrix.java }}
@@ -100,7 +100,7 @@ jobs:
100100
run: ./gradlew build -x test
101101

102102
- name: Upload Artifact
103-
uses: actions/upload-artifact@v6
103+
uses: actions/upload-artifact@v7
104104
with:
105105
name: jar
106106
path: build/libs/**

context7.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"url": "https://context7.com/bitweb/java-core-lib",
3+
"public_key": "pk_8l0HlhWI6iwzkqkkHjgP8"
4+
}

0 commit comments

Comments
 (0)