Skip to content

Commit 9c2325a

Browse files
committed
Fixing Github action
1 parent 1dacc68 commit 9c2325a

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
@@ -11,17 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up JDK 21
16-
uses: actions/setup-java@v3
16+
uses: actions/setup-java@v4
1717
with:
1818
java-version: '21'
1919
distribution: 'temurin'
2020
cache: maven
2121
- name: Build with Maven
2222
run: mvn -B clean test --file pom.xml
2323
- name: Upload coverage report
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: coverage-report
2727
path: target/site/jacoco/

0 commit comments

Comments
 (0)