From 55e7480777254684ee2e49d8fe144a4dd6f78545 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Mar 2022 18:25:36 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43f3e8bb..be3d0ea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Compile source code run: npm run compile - name: Upload compiled source code as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: compiled-source-node-${{ matrix.node-version }} path: target/src/