Skip to content

Commit

Permalink
udpate gha workflow package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Jan 25, 2024
1 parent 4753f45 commit 6593d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/torsten_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6593d7c

Please sign in to comment.