Skip to content

Commit

Permalink
Upgrade upload-artifcat action
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jan 31, 2025
1 parent 80a2d24 commit ea38c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cmake --build . -j$(nproc)
- run: cd build; ctest --output-on-failure -j$(nproc)
- name: archive test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-results-clang
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
cmake --build . -j$(nproc)
- run: cd build; ctest --output-on-failure -j$(nproc)
- name: archive test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-results-gcc
Expand Down

0 comments on commit ea38c15

Please sign in to comment.