From 952ea89f3a6b41a59eac8755b0083479c14bb5f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 10:04:56 -0600 Subject: [PATCH] fix(deps): bump actions/upload-artifact from 3.0.0 to 3.1.0 (#1356) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Leimkuhler --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index c8e9726de1e2d..10c1e81e5a67f 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -31,7 +31,7 @@ jobs: run: | make build-run.linkerd.io - - uses: actions/upload-artifact@v3.0.0 + - uses: actions/upload-artifact@v3.1.0 with: name: run.linkerd.io path: tmp/run.linkerd.io/public