diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a943938..9aaad04 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up JDK 11
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: maven-settings
- uses: s4u/maven-settings-action@v2
+ uses: s4u/maven-settings-action@v2.7.0
with:
servers: '[{"id": "edirom", "username": "vifebot", "password": "${GITHUB_TOKEN}"},{"id": "teic", "username": "vifebot", "password": "${GITHUB_TOKEN}"}]'
- name: Build with Maven
@@ -30,7 +30,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B package --file pom.xml
- name: Upload Maven build artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
- name: mei-validator-0.1.jar
- path: /home/runner/work/mei-validator/mei-validator/target/mei-validator-0.1.jar
+ name: artifact
+ path: /home/runner/work/mei-validator/mei-validator/target/mei-validator-*.jar
diff --git a/pom.xml b/pom.xml
index e3e88af..207115d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
de.edirom.meigarage
mei-validator
- 0.3.1
+ 0.3.2
MEI Validator