Skip to content

Commit 69cff17

Browse files
authored
Update and rename build-commandframework.yml to build.yml
Updated GitHub actions version.
1 parent ba77e79 commit 69cff17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-commandframework.yml renamed to .github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
1213
steps:
13-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1415
- name: Set up JDK 17
15-
uses: actions/setup-java@v1
16+
uses: actions/setup-java@v3
1617
with:
1718
java-version: 17
1819
- name: Build with Maven
1920
run: mvn -B package --file pom.xml
2021
- name: Upload artifact
21-
uses: actions/upload-artifact@v2
22+
uses: actions/upload-artifact@v3
2223
with:
2324
name: CommandFramework
2425
path: target/**

0 commit comments

Comments
 (0)