Skip to content

Commit 5265dcc

Browse files
authored
Update build.yml
1 parent b23a748 commit 5265dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: 'temurin'
1616
java-version: '17'
1717
- name: Setup Gradle
18-
uses: gradle/gradle-build-action@v3
18+
uses: gradle/actions/setup-gradle@v4
1919
- name: Get branch name
2020
id: get_branch
2121
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
@@ -51,4 +51,4 @@ jobs:
5151
MOD_VERSION: ${{ steps.read_properties.outputs.mod_version }}
5252
ARCHIVES_BASE_NAME: ${{ steps.read_properties.outputs.archives_base_name }}
5353
if: github.event_name == 'push' && env.DISCORD_WEBHOOK != ''
54-
run: node create_url.js
54+
run: node create_url.js

0 commit comments

Comments
 (0)