From 1b54d5ec9f0f826575e62cb8bd59d46df9b80f75 Mon Sep 17 00:00:00 2001 From: Moray Grieve Date: Tue, 19 Dec 2023 11:14:56 +0000 Subject: [PATCH] Set retention to 7 days for deployer logs --- .github/workflows/manual-deploy-testnet-l2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 418f280896..74cea5711f 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -118,7 +118,7 @@ jobs: name: deploy-l1-artifacts path: | deploy-l1-contracts.out - retention-days: 1 + retention-days: 7 deploy: needs: build @@ -324,7 +324,7 @@ jobs: name: deploy-l2-artifacts path: | deploy-l2-contracts.out - retention-days: 1 + retention-days: 7 deploy-faucet: name: 'Trigger Faucet deployment for dev- / testnet on a new deployment'