From b3bada5d945c7cc717f2831ce043e47e3f955bae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 May 2022 12:32:56 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .github/workflows/artifacts.yml | 2 +- .github/workflows/documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index ac7bb05..b5d2bde 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -27,7 +27,7 @@ jobs: variable=$(jq --raw-output '.version' package.json) echo ::set-output name=version::$variable - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: ${{ steps.get_version.outputs.version }} path: | diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5619d57..8773267 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -35,7 +35,7 @@ jobs: run: npm run build:docs - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: docs path: docs/master.json