From f75b07374b37b30d8ade366df1359068b5f5023d Mon Sep 17 00:00:00 2001 From: lamya1baidouri Date: Mon, 3 Feb 2025 11:33:43 +0100 Subject: [PATCH] fix pipeline.yml syntax --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8287e7ecf..417111496 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -140,7 +140,7 @@ jobs: # Save metrics as artifacts - name: Save metrics if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v3.1.2 with: name: pipeline-metrics path: |