From f641f217ad992de48eb49da7a09cbd335da96d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 01:47:26 +0200 Subject: [PATCH] Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#86) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2fe064..79fc7da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Upload artifacts if: github.event_name == 'push' && startsWith(github.repository, 'efcore/') - uses: actions/upload-artifact@v2.2.3 + uses: actions/upload-artifact@v2.2.4 with: name: EFCore.NamingConventions path: nupkgs