From 274ba2c1fcbd01c9d1f84821c99224ad04027b99 Mon Sep 17 00:00:00 2001 From: uzzu Date: Thu, 15 Aug 2024 12:55:02 +0900 Subject: [PATCH] Update pull-request.yml --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c1690e1..005b27f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -56,7 +56,7 @@ jobs: cd examples/hierarchical_definitions ./gradlew clean --refresh-dependencies - name: Upload build report - uses: actions/upload-artifact@v4.3.2 + uses: actions/upload-artifact@v4 with: name: build_reports path: plugin/build/reports