From 311d3e0ff013679e142dda1ac4bf78a5c50a28fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Mar 2022 00:08:42 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .github/workflows/ci.yml | 2 +- .github/workflows/schedule.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90d4bc56e..715bf98c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -232,7 +232,7 @@ jobs: - run: npm ci --ignore-scripts - run: npm run docs - name: Save docs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: docs path: docs diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 542676489..8238cb960 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -56,13 +56,13 @@ jobs: branch-name: ${{ matrix.branch }} - name: Save the reports if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ steps.sanitize.outputs.sanitized-branch-name }} reports path: reports - name: Save the server output if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ steps.sanitize.outputs.sanitized-branch-name }} server output path: server-output.log