Skip to content

Commit c80152d

Browse files
authored
ci: Update getsentry/size-limit-action to v4 (#4776)
1 parent 944af2a commit c80152d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,12 @@ jobs:
115115
path: ${{ env.CACHED_BUILD_PATHS }}
116116
key: ${{ env.BUILD_CACHE_KEY }}
117117
- name: Check bundle sizes
118-
uses: getsentry/size-limit-action@v3
118+
uses: getsentry/size-limit-action@v4
119119
# Only run size check on master or pull requests
120120
if: github.ref == 'refs/heads/master' || github.event_name == 'pull_request'
121121
with:
122122
github_token: ${{ secrets.GITHUB_TOKEN }}
123-
# see https://github.com/getsentry/size-limit-action#usage
124123
skip_step: build
125-
workflow_name: 'build'
126124

127125
job_lint:
128126
name: Lint

0 commit comments

Comments
 (0)