From 470f2e61830ef55388a2ad2f6d1c48a5ab802db5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 May 2022 10:24:48 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.1.0 | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v3.0.0 | v3.1.0 | | github-tags | actions/upload-artifact | v3.0.0 | v3.1.0 | --- .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 fe748a02..937af631 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: echo "::set-output name=endpoints-version::$(head -n 1 build/semver/version.txt)" - name: Upload reports - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.0 with: name: 'reports-${{ matrix.os }}' path: '**/build/reports/**' diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ca99de4a..f4cfbdcf 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,7 +29,7 @@ jobs: arguments: build --scan --stacktrace - name: Upload reports - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.0 with: name: 'reports-${{ matrix.os }}' path: '**/build/reports/**'