Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 2, 2024
1 parent 1e969ec commit ccc6acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- run: npm run build-storybook
- run: make check-examples
if: github.event_name != 'pull_request_target'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Examples hosted
path: .build/examples-hosted
Expand All @@ -114,7 +114,7 @@ jobs:
- run: npm run dist
- run: npm run dist-spinner

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Npm logs
path: /home/runner/.npm/_logs
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
cp -ar .build/storybook gh-pages/storybook
if: startsWith(github.ref, 'refs/heads/') && ! contains(github.ref_name, '/') && env.HAS_SECRETS == 'HAS_SECRETS'

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: gh-pages
path: gh-pages
Expand Down

0 comments on commit ccc6acb

Please sign in to comment.