Skip to content

Commit

Permalink
Use the latest versions of github actions modules
Browse files Browse the repository at this point in the history
  • Loading branch information
uhurusurfa committed Oct 1, 2024
1 parent 9c49d72 commit b548804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
os: [windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java_version }}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java_version }}
distribution: 'adopt'
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
./mvnw clean -e --debug --file pom.xml --log-file maven.log
./mvnw test -e --debug --file pom.xml --log-file maven.log
- name: Archive logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: execution-logs-${{ matrix.java_version }}-${{ matrix.os }}
Expand Down

0 comments on commit b548804

Please sign in to comment.