We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466247a commit aad2f85Copy full SHA for aad2f85
.github/workflows/build.yml
@@ -208,7 +208,7 @@ jobs:
208
path: ${{ env.CACHED_BUILD_PATHS }}
209
key: ${{ env.BUILD_CACHE_KEY }}
210
- name: Check bundle sizes
211
- uses: getsentry/size-limit-action@v4
+ uses: getsentry/size-limit-action@v5
212
# Don't run size check on release branches - at that point, we're already committed
213
if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
214
with:
0 commit comments