8000 ci: Update size-limit-action to v5 (#6106) · yongdamsh/sentry-javascript@aad2f85 · GitHub
[go: up one dir, main page]

Skip to content

Commit aad2f85

Browse files
ci: Update size-limit-action to v5 (getsentry#6106)
This should address GitHub deprecation warnings
1 parent 466247a commit aad2f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
path: ${{ env.CACHED_BUILD_PATHS }}
209209
key: ${{ env.BUILD_CACHE_KEY }}
210210
- name: Check bundle sizes
211-
uses: getsentry/size-limit-action@v4
211+
uses: getsentry/size-limit-action@v5
212212
# Don't run size check on release branches - at that point, we're already committed
213213
if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
214214
with:

0 commit comments

Comments
 (0)
0