From 2c0f673a25c74658f0bef869502f286d6c34d837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:28:12 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.3.2 --- .github/workflows/main.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8223153..5dcb519 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: cd examples/hierarchical_definitions ./gradlew clean --refresh-dependencies - name: Upload build report - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: build_reports path: plugin/build/reports diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index de3a66d..c1690e1 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.1 + uses: actions/upload-artifact@v4.3.2 with: name: build_reports path: plugin/build/reports