Skip to content

Commit

Permalink
Update version: v3->v4 for some steps in maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-punko authored Dec 20, 2023
1 parent 352a927 commit da0bbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
fi
- name: Upload JaCoCo coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jacoco-report
path: target/site/jacoco/

0 comments on commit da0bbee

Please sign in to comment.