Skip to content

Commit 315efbb

Browse files
authored
chore: Update upload artifact ver (#83)
* chore: update GitHub Actions to v4 in release workflow
1 parent df46b4a commit 315efbb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
release-job:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '18'
2020
cache: 'yarn'
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
- uses: actions/upload-pages-artifact@v3
29+
- uses: actions/upload-pages-artifact@v4
3030
with:
3131
path: ./storybook-static
3232

@@ -43,4 +43,5 @@ jobs:
4343
steps:
4444
- name: Deploy to GitHub Pages
4545
id: deployment
46-
uses: actions/deploy-pages@v3
46+
uses: actions/deploy-pages@v4
47+

0 commit comments

Comments
 (0)