From c5c0b6e4df402a8da7596d1b4ccdab81ae83eed7 Mon Sep 17 00:00:00 2001 From: Moray Grieve Date: Fri, 13 Oct 2023 09:30:52 +0100 Subject: [PATCH] Set retention to 1 day --- .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 63f126c141..45a573277a 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -133,7 +133,7 @@ jobs: name: deploy-l1-artifacts path: | deploy-l1-contracts.out - retention-days: 2 + retention-days: 1 deploy: needs: build @@ -337,7 +337,7 @@ jobs: name: deploy-l2-artifacts path: | deploy-l2-contracts.out - retention-days: 2 + retention-days: 1 deploy-faucet: name: 'Trigger Faucet deployment for dev- / testnet on a new deployment'