Ignore:
Timestamp:
2024-02-22T16:45:28+01:00 (21 months ago)
Author:
taylor.smock
Message:

Update actions to ones that support node 20 (patch by guylamar2006, see https://github.com/JOSM/josm/pull/136 )

File:
1 edited

Legend:

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

    r18670 r18993  
    1515    steps:
    1616    - name: Checkout repository
    17       uses: actions/checkout@v3
     17      uses: actions/checkout@v4
    1818      with:
    1919          fetch-depth: 256
    2020
    2121    - name: Cache
    22       uses: actions/cache@v3
     22      uses: actions/cache@v4
    2323      with:
    2424        path: |
     
    3232
    3333    - name: Upload report
    34       uses: actions/upload-artifact@v3
     34      uses: actions/upload-artifact@v4
    3535      with:
    3636        path: pmd-josm.xml
Note: See TracChangeset for help on using the changeset viewer.