Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2022
1 parent 38391a5 commit 6224e94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python.exe runTests.py -j2 test/unit/math/memory
- name: Upload gtest_output xml
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: gtest_outputs_xml
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
python.exe runTests.py test/unit/math/mix/*_test.cpp
- name: Upload gtest_output xml
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: gtest_outputs_xml
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
python.exe runTests.py $MixFunTests[0..$HalfNumberTests]
- name: Upload gtest_output xml
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: gtest_outputs_xml
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
python.exe runTests.py $MixFunTests[($HalfNumberTests + 1)..($NumberTests - 1)]
- name: Upload gtest_output xml
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: gtest_outputs_xml
Expand Down

0 comments on commit 6224e94

Please sign in to comment.