Skip to content

Commit

Permalink
Update upload-artifact action
Browse files Browse the repository at this point in the history
Co-authored-by: offa <bm-dev@yandex.com>
  • Loading branch information
thetic and offa committed Nov 22, 2022
1 parent 4cc92f7 commit 8f71bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extended.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: cmake --preset=defaults -DCPPUTEST_JUNIT_REPORT=TRUE
- run: cmake --build cpputest_build -j
- run: ctest --test-dir cpputest_build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: test-results
Expand Down

0 comments on commit 8f71bbc

Please sign in to comment.