Changeset 18993 in josm for trunk/.github/workflows/pmd-analysis.yml
- Timestamp:
- 2024-02-22T16:45:28+01:00 (21 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/pmd-analysis.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/pmd-analysis.yml
r18670 r18993 15 15 steps: 16 16 - name: Checkout repository 17 uses: actions/checkout@v 317 uses: actions/checkout@v4 18 18 with: 19 19 fetch-depth: 256 20 20 21 21 - name: Cache 22 uses: actions/cache@v 322 uses: actions/cache@v4 23 23 with: 24 24 path: | … … 32 32 33 33 - name: Upload report 34 uses: actions/upload-artifact@v 334 uses: actions/upload-artifact@v4 35 35 with: 36 36 path: pmd-josm.xml
Note:
See TracChangeset
for help on using the changeset viewer.
