Skip to content

Commit

Permalink
chore: update upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselpirnal committed Jan 15, 2025
1 parent 18c5375 commit 50d1b9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 50d1b9e

Please sign in to comment.