From 685b154146b76a2b807d73f02f0b2febfb3555d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 19:27:51 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.1.0 --- .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 b48f7a7..51de648 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.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: build_reports path: plugin/build/reports diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b658789..98f3584 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.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: build_reports path: plugin/build/reports