Skip to content

Commit

Permalink
Update gradle version in workflows to 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ScribbleTAS committed Apr 2, 2024
1 parent 6d2594b commit 017314d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Gradle
uses: gradle/[email protected]
with:
gradle-version: 8.4
gradle-version: 8.6
- name: Build TASmod with Gradle
run: gradle build
- name: Upload Test Report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildandupload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Gradle
uses: gradle/[email protected]
with:
gradle-version: 8.4
gradle-version: 8.6
- name: Build TASmod with Gradle
run: gradle build
- name: Upload artifact
Expand Down

0 comments on commit 017314d

Please sign in to comment.