From 5edbc8ff75b2390b7d5ef5f7c4812ccb835dd7d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:10:54 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/publish.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c7e464..9161618 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: run: echo "::set-output name=arrow::$(head -n 1 build/semver/version.txt)" - name: Upload reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: 'reports-${{ matrix.os }}' path: '**/build/reports/**' diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f00f676..92aed81 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -31,7 +31,7 @@ jobs: arguments: --full-stacktrace build - name: Upload reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: 'reports-${{ matrix.os }}' path: '**/build/reports/**'