From e7f02ff86c1b65b61eaacf11cdab1c7bf2cacbb1 Mon Sep 17 00:00:00 2001 From: uzzu Date: Tue, 7 May 2024 15:23:28 +0900 Subject: [PATCH] Update to use major version --- .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