Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v4

Update actions/checkout action to v4
  • Loading branch information
renovate[bot] authored and mbayerPK committed Apr 8, 2024
1 parent 21c5aad commit 941393d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
timeout-minutes: 30

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

- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Test Results Linux
path: '**/test-results/**/*.xml'

0 comments on commit 941393d

Please sign in to comment.