Changeset 19583 in josm


Ignore:
Timestamp:
2026-06-12T15:49:58+02:00 (34 hours ago)
Author:
stoecker
Message:

see #24689 - don't downgrade actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant-test.yml

    r19582 r19583  
    5757      - name: Upload Ant reports
    5858        if: ${{ always() }}
    59         uses: actions/upload-artifact@v4
     59        uses: actions/upload-artifact@v7
    6060        with:
    6161          name: Ant reports for JOSM on java ${{ matrix.java }} on ${{ matrix.os }}
     
    7474    steps:
    7575      - name: Download Artifacts
    76         uses: actions/download-artifact@v4
     76        uses: actions/download-artifact@v8
    7777        with:
    7878          path: artifacts
Note: See TracChangeset for help on using the changeset viewer.