Skip to content

Commit b566a70

Browse files
committed
Bump CI dependencies
1 parent 737dbc8 commit b566a70

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,37 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111
with:
1212
show-progress: false
1313
- name: Validate gradle wrapper
14-
uses: gradle/wrapper-validation-action@v2
14+
uses: gradle/actions/wrapper-validation@v5
1515
- name: Setup JDK 21
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v5
1717
with:
1818
java-version: 21
1919
distribution: temurin
2020
- name: Setup Gradle
21-
uses: gradle/actions/setup-gradle@v3
21+
uses: gradle/actions/setup-gradle@v5
2222
with:
23-
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' && github.ref != 'refs/heads/archloom' }}
24-
add-job-summary: 'always' # maybe change to error only?
23+
cache-read-only: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/dev' && github.ref != 'refs/heads/archloom' }}
24+
add-job-summary: 'always'
2525
- name: Make gradle wrapper executable
26-
if: ${{ runner.os != 'Windows' }}
2726
run: chmod +x ./gradlew
2827
- name: Build
2928
run: ./gradlew build
3029
- name: Capture Fabric build artifact
31-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v7
3231
with:
3332
name: "Make Bubbles Pop Fabric 1.20.5-1.21.1 (Unzip Me)"
3433
path: fabric/build/libs/make_bubbles_pop-*.jar
3534
- name: Capture Forge build artifact
36-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v7
3736
with:
3837
name: "Make Bubbles Pop Forge 1.20.5-1.21.1 (Unzip Me)"
3938
path: forge/build/libs/make_bubbles_pop-*.jar
4039
- name: Capture NeoForge build artifact
41-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v7
4241
with:
4342
name: "Make Bubbles Pop NeoForge 1.21-1.21.1 (Unzip Me)"
4443
path: neoforge/build/libs/make_bubbles_pop-*.jar
@@ -55,5 +54,5 @@ jobs:
5554
**${{ github.event.repository.name }}** built successfully! [See changes since last release](https://github.com/${{ github.repository }}/blob/${{ github.sha }}/CHANGES.md).
5655
5756
[Download artifacts via nightly.link](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }})
58-
57+
5958
EOF

0 commit comments

Comments
 (0)