From f1e4afc42b83dab742daabc44a0562602f35218f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 05:44:13 +0000 Subject: [PATCH] Bump actions/upload-artifact from v2.0.1 to 2.1.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.0.1 to 2.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.0.1...ebad382c0953e8c6b4039e8d30dfd19ee7b2a862) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23b61f7b..eaff3e5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,25 +87,25 @@ jobs: fail_ci_if_error: 'true' - name: 🏺 Publish logs if: always() - uses: actions/upload-artifact@v2.0.1 + uses: actions/upload-artifact@2.1.0 with: name: 'logs' path: 'artifacts/logs/' - name: 🏺 Publish coverage data if: always() - uses: actions/upload-artifact@v2.0.1 + uses: actions/upload-artifact@2.1.0 with: name: 'coverage' path: 'coverage/' - name: 🏺 Publish test data if: always() - uses: actions/upload-artifact@v2.0.1 + uses: actions/upload-artifact@2.1.0 with: name: 'test data' path: 'artifacts/test/' - name: 🏺 Publish NuGet Packages if: always() - uses: actions/upload-artifact@v2.0.1 + uses: actions/upload-artifact@2.1.0 with: name: 'nuget' path: 'artifacts/nuget/'