Skip to content

Commit

Permalink
upgrade actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Mar 4, 2024
1 parent df69531 commit 75c2637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jpos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: ${{ matrix.java }}
Expand All @@ -34,7 +34,7 @@ jobs:
TERM: dumb
- name: Upload test results
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
path: jpos/build/reports/tests/*
Expand Down

0 comments on commit 75c2637

Please sign in to comment.