Skip to content

Commit

Permalink
update workflow action versions (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuntherRademacher authored Jan 30, 2025
1 parent 74db4a2 commit f5300c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
steps:
# Checkout the repository
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Set up Java
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand All @@ -42,7 +42,7 @@ jobs:
# Archive test reports and possible dumps in case of failure
- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
path: |
Expand Down

0 comments on commit f5300c4

Please sign in to comment.