Skip to content

Commit

Permalink
use upload-artifact@v3 so github stops automatically failing the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StavromulaBeta committed Sep 24, 2024
1 parent 32f8cef commit 4bad2da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-debian-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
make test -j8
- name: Upload test output
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: tests-debian-clang
path: tests/*.*
2 changes: 1 addition & 1 deletion .github/workflows/test-debian-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
make test -j8
- name: Upload test output
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: tests-debian-gcc
path: tests/*.*
2 changes: 1 addition & 1 deletion .github/workflows/test-debian-tcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
make test -j8
- name: Upload test output
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: tests-debian-tcc
path: tests/*.*
2 changes: 1 addition & 1 deletion .github/workflows/test-macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
make test -j8
- name: Upload test output
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: tests-macOS-clang
path: tests/*.*

0 comments on commit 4bad2da

Please sign in to comment.