Skip to content

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 #6178

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 #6178

Workflow file for this run

name: Check Size
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
permissions:
contents: read
env:
GO_VERSION: '1.21'
jobs:
check_size:
name: Check Size
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 1
- name: Check large files
uses: actionsdesk/lfs-warning@e5f9a4c21f4bee104db7c0f23954dde59e5df909
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filesizelimit: "1048576"
exclusionPatterns: |
deploy/helm-charts
manager/console
client-rs