Skip to content

Commit 15894c1

Browse files
committed
Upgrade github actions to v4
1 parent dc6e88a commit 15894c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
./gradlew copyTestLogs
7373
- name: Upload crash logs
7474
if: always() && steps.copy_test_logs.outputs.dir == 'build/test_logs'
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: crash-logs-${{ matrix.os }}-java-${{ matrix.java }}
7878
path: ${{ steps.copy_test_logs.outputs.dir }}

0 commit comments

Comments
 (0)