Skip to content

Commit a904935

Browse files
committed
update actions versions and version 0.3.2
1 parent 639cdcc commit a904935

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up JDK 11
20-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v3
2121
with:
2222
java-version: '11'
2323
distribution: 'adopt'
2424
- name: maven-settings
25-
uses: s4u/maven-settings-action@v2
25+
uses: s4u/maven-settings-action@v2.7.0
2626
with:
2727
servers: '[{"id": "edirom", "username": "vifebot", "password": "${GITHUB_TOKEN}"},{"id": "teic", "username": "vifebot", "password": "${GITHUB_TOKEN}"}]'
2828
- name: Build with Maven
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
run: mvn -B package --file pom.xml
3232
- name: Upload Maven build artifact
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v3
3434
with:
35-
name: mei-validator-0.1.jar
36-
path: /home/runner/work/mei-validator/mei-validator/target/mei-validator-0.1.jar
35+
name: artifact
36+
path: /home/runner/work/mei-validator/mei-validator/target/mei-validator-*.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.edirom.meigarage</groupId>
88
<artifactId>mei-validator</artifactId>
9-
<version>0.3.1</version>
9+
<version>0.3.2</version>
1010

1111
<name>MEI Validator</name>
1212
<properties>

0 commit comments

Comments
 (0)