Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2022
1 parent 6dfc5ff commit 0a86134
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 @@ -108,7 +108,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@v3
with:
name: Examples hosted
path: .build/examples-hosted
Expand All @@ -123,7 +123,7 @@ jobs:
- run: npm run dist
- run: npm run dist-spinner

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Npm logs
path: /home/runner/.npm/_logs
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
cp -ar .build/storybook gh-pages/storybook
if: env.HAS_SECRETS == 'HAS_SECRETS'

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

0 comments on commit 0a86134

Please sign in to comment.