From 4c4f522aa3e3c7808f90b9788e160ea5be64d9ac Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 4 Mar 2024 00:53:27 +0100 Subject: [PATCH] updated workflow --- .github/workflows/make.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 5a18a10..2be4ac5 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install PETSc, MPI, and OpenMPI run: | @@ -32,7 +32,7 @@ jobs: make - name: Archive Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: - name: main-binary + name: main path: bin/main