Skip to content

Commit a512934

Browse files
authored
Update versions of actions in maven.yml
1 parent 97fba38 commit a512934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 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@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up JDK 11
2020
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.7.0
25+
uses: s4u/maven-settings-action@v3.1.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@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: artifact
3636
path: /home/runner/work/tei-javalib/tei-javalib/target/tei-javalib-*.jar

0 commit comments

Comments
 (0)