Skip to content

Commit

Permalink
Update GH upload-artifact action to v4 to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Oct 19, 2024
1 parent 4d1bab4 commit 4461c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
run: npx stencil bundle --name bundle

- name: Upload bundled theme
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Bundled Theme
path: bundle.zip

- name: Upload bundle analysis
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Webpack Analysis
path: assets/dist/report.html
Expand Down

0 comments on commit 4461c90

Please sign in to comment.