Skip to content

Commit

Permalink
bumped github action version
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
  • Loading branch information
juergen-albert committed Feb 20, 2025
1 parent 532e895 commit d01b31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./gradlew build -x testOSGi --info
- name: Upload Test Reports
if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: JDK${{ matrix.java }}_${{ matrix.os }}-test-reports
path: |
Expand Down

0 comments on commit d01b31d

Please sign in to comment.