Skip to content

Commit

Permalink
Update check file size to use latest action
Browse files Browse the repository at this point in the history
  • Loading branch information
xKhronoz committed Jan 26, 2024
1 parent 4840544 commit 99f0cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-file-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check large files
uses: ActionsDesk/lfs-warning@v2.0
uses: ppremk/lfs-warning@v3.2
with:
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
filesizelimit: 10MB # this is 10MB so we can sync to HF Spaces

0 comments on commit 99f0cab

Please sign in to comment.