From 601a69740b37dedaff55a1106dd156db2f833534 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Oct 2020 16:41:25 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v2 [skip ci] --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 01228630..64d6e2f2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -25,7 +25,7 @@ jobs: run: npm test env: CI: true - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v2 with: name: coverage path: .nyc_output