From a39f23aaf34e41514ffe549c6fa1d6c89671c96e Mon Sep 17 00:00:00 2001 From: John Collins Date: Sun, 20 Oct 2024 21:49:22 -0700 Subject: [PATCH] Update gh action --- .github/workflows/manifold.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manifold.yml b/.github/workflows/manifold.yml index 9a85c4300..b62d5ca95 100644 --- a/.github/workflows/manifold.yml +++ b/.github/workflows/manifold.yml @@ -340,7 +340,7 @@ jobs: path: bindings/java/target/*.jar - name: Upload Surefire Reports if: failure() # This step will run only if the previous steps failed - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: surefire-reports path: |