Skip to content

Commit 7f4b2a2

Browse files
Update actions/upload-artifact action to v5
1 parent 2dcdfbe commit 7f4b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: gradle/actions/setup-gradle@v4
1616
- name: Run Gradle
1717
run: ./gradlew build
18-
- uses: actions/upload-artifact@v4
18+
- uses: actions/upload-artifact@v5
1919
with:
2020
name: TownyMenus
2121
path: build/libs/TownyMenus-*.jar

0 commit comments

Comments
 (0)