Skip to content

Commit a5f8022

Browse files
authored
Merge pull request #3261 from stan-dev/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents bf70f07 + 0bc3b9a commit a5f8022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
python runTests.py -j4 ${{ matrix.config.tests }}
7272
7373
- name: Upload gtest_output xml
74-
uses: actions/upload-artifact@v5
74+
uses: actions/upload-artifact@v6
7575
if: failure()
7676
with:
7777
name: gtest_outputs_xml
@@ -134,7 +134,7 @@ jobs:
134134
python runTests.py -j2 $MixFunProbTestsArray[(${{ matrix.group }} - 1)]
135135
136136
- name: Upload gtest_output xml
137-
uses: actions/upload-artifact@v5
137+
uses: actions/upload-artifact@v6
138138
if: failure()
139139
with:
140140
name: gtest_outputs_xml

0 commit comments

Comments
 (0)