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

update github actions

File:
1 edited

Legend:

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

    r19561 r19573  
    2020
    2121    - name: Cache
    22       uses: actions/cache@v4
     22      uses: actions/cache@v5
    2323      with:
    2424        path: |
     
    3232
    3333    - name: Upload report
    34       uses: actions/upload-artifact@v4
     34      uses: actions/upload-artifact@v7
    3535      with:
    3636        path: pmd-josm.xml
    3737
    38     - uses: JOSM/JOSMPluginAction/actions/pmd@v2
     38    - uses: JOSM/JOSMPluginAction/actions/pmd@v3
    3939      with:
    4040        src: 'src'
Note: See TracChangeset for help on using the changeset viewer.