Skip to content

Commit 0841034

Browse files
committed
Upgrade to v4
1 parent 6525e09 commit 0841034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
./gradlew test jvmTest
6969
- name: Save Test Reports
7070
if: failure()
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: test-reports-${{ matrix.os }}
7474
path: '**/build/reports'

0 commit comments

Comments
 (0)