From e3065a47126b32f18b7c101f83bb7fba719f8be4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 15:32:18 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 9c3f49582..0e1992bb3 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -73,7 +73,7 @@ jobs: - name: Upload benchmark data as artifact if: ${{ always() && !cancelled() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: benchdata-${{ github.ref_name }}-${{ github.sha }}-${{ github.run_id }}.json path: "${{ runner.temp }}/benchdata.json"