summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/downloader.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/downloader.yml b/.github/workflows/downloader.yml
index 631a1bceeb..159a333c18 100644
--- a/.github/workflows/downloader.yml
+++ b/.github/workflows/downloader.yml
@@ -68,7 +68,7 @@ jobs:
env:
# If the file is larger than this, a regression has probably been introduced.
# You should think twice before increasing this limit.
- MAX_BINARY_SIZE: 3210000
+ MAX_BINARY_SIZE: 3225000
steps:
- name: Checkout repository
uses: actions/checkout@v4