From 6593d7cc23ca8c3216403716bc02edb6af15a1d3 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 25 Jan 2024 07:46:44 -0800 Subject: [PATCH] udpate gha workflow package version --- .github/workflows/torsten_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/torsten_test.yml b/.github/workflows/torsten_test.yml index a5bbf52c8a..b0d6b7b7b7 100644 --- a/.github/workflows/torsten_test.yml +++ b/.github/workflows/torsten_test.yml @@ -60,7 +60,7 @@ jobs: python runTests.py -j2 stan/math/torsten/test/unit - name: Upload gtest_output xml - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: gtest_outputs_xml @@ -109,7 +109,7 @@ jobs: shell: powershell run: python runTests.py -j2 stan/math/torsten/test/unit -f stan/math/torsten/test/unit - name: Upload gtest_output xml - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: gtest_outputs_xml