Bump artifact size limit for CI to 100GB

Piotr Osiewicz created

Change summary

.github/actions/run_tests/action.yml  | 2 +-
.github/workflows/ci.yml              | 2 +-
.github/workflows/release_nightly.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Detailed changes

.github/actions/run_tests/action.yml 🔗

@@ -19,7 +19,7 @@ runs:
 
     - name: Limit target directory size
       shell: bash -euxo pipefail {0}
-      run: script/clear-target-dir-if-larger-than 70
+      run: script/clear-target-dir-if-larger-than 100
 
     - name: Run check
       shell: bash -euxo pipefail {0}

.github/workflows/ci.yml 🔗

@@ -90,7 +90,7 @@ jobs:
           submodules: "recursive"
 
       - name: Limit target directory size
-        run: script/clear-target-dir-if-larger-than 70
+        run: script/clear-target-dir-if-larger-than 100
 
       - name: Determine version and release channel
         if: ${{ startsWith(github.ref, 'refs/tags/v') }}

.github/workflows/release_nightly.yml 🔗

@@ -79,7 +79,7 @@ jobs:
           submodules: "recursive"
 
       - name: Limit target directory size
-        run: script/clear-target-dir-if-larger-than 70
+        run: script/clear-target-dir-if-larger-than 100
 
       - name: Set release channel to nightly
         run: |