We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434a433 commit 4baf6dcCopy full SHA for 4baf6dc
2 files changed
.github/workflows/maven.yml
@@ -15,16 +15,16 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
- name: Set up JDK 17
20
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
21
with:
22
java-version: 17
23
distribution: 'adopt'
24
- name: Build with Maven
25
run: mvn package --file pom.xml
26
- name: Upload build artifacts
27
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
28
29
name: java-build-artifacts
30
path: |
README.md
@@ -8,3 +8,5 @@
8
+ 隔音头盔 - I
9
+ 隔音头盔 - II
10
+ 强音头盔
11
++ 小人鞋
12
++ 帽子工厂的帽子
0 commit comments