From 19b577b39a6fc33b3ec20497b610303e10f23f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2020 01:31:13 +0000 Subject: [PATCH] Bump actions/upload-artifact from v1 to 2.1.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to 2.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...ebad382c0953e8c6b4039e8d30dfd19ee7b2a862) Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d87d4fb..9c2b9f1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,7 +43,7 @@ jobs: draft: true prerelease: true - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@2.1.0 if: startsWith(github.ref, 'refs/tags/') with: name: build