Skip to content

Commit 4baf6dc

Browse files
committed
modify(GitHub Actions)
1 parent 434a433 commit 4baf6dc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
- name: Set up JDK 17
20-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v4
2121
with:
2222
java-version: 17
2323
distribution: 'adopt'
2424
- name: Build with Maven
2525
run: mvn package --file pom.xml
2626
- name: Upload build artifacts
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: java-build-artifacts
3030
path: |

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
+ 隔音头盔 - I
99
+ 隔音头盔 - II
1010
+ 强音头盔
11+
+ 小人鞋
12+
+ 帽子工厂的帽子

0 commit comments

Comments
 (0)