From 1affb0686e4f526ef1b06f5476ba48b0d7752b99 Mon Sep 17 00:00:00 2001 From: lamya1baidouri Date: Mon, 3 Feb 2025 13:38:59 +0100 Subject: [PATCH] fix pipeline.yml syntax 3 --- .github/workflows/pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8287e7ecf..3a574a071 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -137,10 +137,10 @@ jobs: free -m > memory_metrics.txt df -h > disk_metrics.txt - # Save metrics as artifacts + # Save metrics as artifacts using the latest version - name: Save metrics if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pipeline-metrics path: | @@ -150,3 +150,4 @@ jobs: disk_metrics.txt pipeline_start_time.txt pipeline_end_time.txt + retention-days: 90