Skip to content

Commit 80c3ffa

Browse files
Update actions/upload-artifact action to v5
1 parent e5f5689 commit 80c3ffa

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
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build with Gradle
6262
run: ./gradlew clean ${{ matrix.tasks }}
6363
- name: Upload Executable
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v5
6565
with:
6666
name: levelz-cli-${{ matrix.tag }}
6767
path: build/bin/*

0 commit comments

Comments
 (0)