From e9e8919a7ffc20dce3cd7f60c8ef9bd3db6c4312 Mon Sep 17 00:00:00 2001 From: arnaud Date: Mon, 2 Oct 2023 11:39:12 +0200 Subject: [PATCH] Test centos7_38 --- .github/workflows/ci_centos7.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_centos7.yml b/.github/workflows/ci_centos7.yml index 9ddaffe15..ba118acc8 100644 --- a/.github/workflows/ci_centos7.yml +++ b/.github/workflows/ci_centos7.yml @@ -79,7 +79,8 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v3 - - name: Publish assets - uses: alexellis/upload-assets@0.4.0 - with: - asset_paths: '["*.zip"]' \ No newline at end of file + - name: Step 3 - Use the Upload Artifact GitHub Action + uses: actions/upload-artifact@v2 + with: + name: metrix-simulator.zip + path: /home/runner/work/powsybl-metrix/powsybl-metrix/metrix-simulator.zip \ No newline at end of file