From 65247fb3c0df1aab33d099868964e46e9942ac9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:38:26 -0400 Subject: [PATCH] fix(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#1676) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Morgan Co-authored-by: Flynn --- .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 68135ca2a8..3ca2e0aaed 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -36,7 +36,7 @@ jobs: run: | make build-run.linkerd.io - - uses: actions/upload-artifact@v3.1.2 + - uses: actions/upload-artifact@v3.1.3 with: name: run.linkerd.io path: tmp/run.linkerd.io/public