A mod that adds your armor to the hud modrinth.com/mod/simple-armor-hud
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: updated to newest actions

legoraft 018eeba7 b4e30cf8

+9 -12
+9 -12
.github/workflows/build.yml
··· 12 12 matrix: 13 13 # Use these Java versions 14 14 java: [ 15 - 21, # Current Java LTS & minimum supported by Minecraft 15 + 21, # Current Java LTS 16 16 ] 17 - # and run on both Linux and Windows 18 - os: [ubuntu-22.04, windows-2022] 19 - runs-on: ${{ matrix.os }} 17 + runs-on: ubuntu-22.04 20 18 steps: 21 19 - name: checkout repository 22 - uses: actions/checkout@v3 20 + uses: actions/checkout@v4 23 21 - name: validate gradle wrapper 24 - uses: gradle/wrapper-validation-action@v1 22 + uses: gradle/wrapper-validation-action@v2 25 23 - name: setup jdk ${{ matrix.java }} 26 - uses: actions/setup-java@v3 24 + uses: actions/setup-java@v4 27 25 with: 28 26 java-version: ${{ matrix.java }} 29 27 distribution: 'microsoft' 30 28 - name: make gradle wrapper executable 31 - if: ${{ runner.os != 'Windows' }} 32 29 run: chmod +x ./gradlew 33 30 - name: build 34 31 run: ./gradlew build 35 32 - name: capture build artifacts 36 - if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS 37 - uses: actions/upload-artifact@v3 33 + if: ${{ matrix.java == '21' }} # Only upload artifacts built from latest java 34 + uses: actions/upload-artifact@v4 38 35 with: 39 - name: armorhud-mod 40 - path: build/libs/*.jar 36 + name: Armorhud 37 + path: build/libs/