Changeset 19583 in josm
- Timestamp:
- 2026-06-12T15:49:58+02:00 (34 hours ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/ant-test.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant-test.yml
r19582 r19583 57 57 - name: Upload Ant reports 58 58 if: ${{ always() }} 59 uses: actions/upload-artifact@v 459 uses: actions/upload-artifact@v7 60 60 with: 61 61 name: Ant reports for JOSM on java ${{ matrix.java }} on ${{ matrix.os }} … … 74 74 steps: 75 75 - name: Download Artifacts 76 uses: actions/download-artifact@v 476 uses: actions/download-artifact@v8 77 77 with: 78 78 path: artifacts
Note:
See TracChangeset
for help on using the changeset viewer.
