From 19286fa45376591a4ca6a2bc78eb4048fe27b4ea Mon Sep 17 00:00:00 2001 From: Pierre Romera Date: Fri, 21 Jun 2024 15:55:46 +0200 Subject: [PATCH] chore: restore shorter actions versions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4da88288..4b802336 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,11 +50,11 @@ jobs: run: yarn build:storybook - name: Upload storybook artifacts - uses: actions/upload-pages-artifact@v3.0.1 + uses: actions/upload-pages-artifact@v3 with: path: storybook-static - name: Deploy artifact to Github Pages - uses: actions/deploy-pages@v4.0.5 + uses: actions/deploy-pages@v4