diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index cfb4cdc..8036ae2 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -36,7 +36,7 @@ jobs: - name: Run build docs run: NODE_OPTIONS=--openssl-legacy-provider npm run build-storybook-docs - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: './storybook-static' - name: Deploy to GitHub Pages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f686341..623640e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Run build run: npm run build - name: Create build artifact - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v4 with: name: build-output path: lib/ diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index e00e017..fcc0a12 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -21,7 +21,7 @@ jobs: - name: Run tests run: npm run test - name: Create coverage artifact - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v4 with: name: coverage-output path: coverage/