Ignore:
Timestamp:
2026-05-07T21:57:49+02:00 (12 days ago)
Author:
stoecker
Message:

update github actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/spotbugs-analysis.yml

    r19561 r19573  
    2020
    2121    - name: Cache
    22       uses: actions/cache@v4
     22      uses: actions/cache@v5
    2323      with:
    2424        path: |
     
    2828
    2929    - name: Setup Java 21
    30       uses: actions/setup-java@v4
     30      uses: actions/setup-java@v5
    3131      with:
    3232        distribution: 'zulu'
     
    3838
    3939    - name: Upload report
    40       uses: actions/upload-artifact@v4
     40      uses: actions/upload-artifact@v7
    4141      with:
    4242        path: spotbugs-josm.xml
Note: See TracChangeset for help on using the changeset viewer.