From f539a48a7b5a75d920c622bec3a590b2708f189d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 05:54:25 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.3.0 to 3.1.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-core.yml | 2 +- .github/workflows/performance-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 3a03d2a7f20..b4a1fb4ab22 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -78,7 +78,7 @@ jobs: run: ./tools/bin/${{ matrix.cmd }} - name: Store logs artifacts on failure if: failure() - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v3.1.0 with: name: ${{ matrix.cmd }}_logs path: | diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 6ba65cc971c..bea429c8bc5 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -78,7 +78,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish pprof artifacts if: ${{ success() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v3.1.0 with: name: pprof_results path: ./integration-tests/performance/logs