From d7c80f5baf51a6c51402b913ed563ad82d895d6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:34:46 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.2.1 | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v3.1.1 | v3.2.1 | --- .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 7d94356..f2c2e15 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,7 +53,7 @@ jobs: echo "::set-output name=proofs-version::$(head -n 1 build/semver/version.txt)" - name: Upload reports - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.2.1 with: name: 'reports-${{ matrix.os }}' path: '**/build/reports/**' diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 87a35d5..0975837 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -35,7 +35,7 @@ jobs: arguments: -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace - name: Upload reports - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.2.1 with: name: 'reports-${{ matrix.os }}' path: '**/build/reports/**'