diff --git a/.github/workflows/test-debian-clang.yml b/.github/workflows/test-debian-clang.yml index 6d24fb6..dfbe489 100644 --- a/.github/workflows/test-debian-clang.yml +++ b/.github/workflows/test-debian-clang.yml @@ -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/*.* diff --git a/.github/workflows/test-debian-gcc.yml b/.github/workflows/test-debian-gcc.yml index 8dfb6af..7f301ee 100644 --- a/.github/workflows/test-debian-gcc.yml +++ b/.github/workflows/test-debian-gcc.yml @@ -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/*.* diff --git a/.github/workflows/test-debian-tcc.yml b/.github/workflows/test-debian-tcc.yml index 09437d7..d2c5463 100644 --- a/.github/workflows/test-debian-tcc.yml +++ b/.github/workflows/test-debian-tcc.yml @@ -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/*.* diff --git a/.github/workflows/test-macos-clang.yml b/.github/workflows/test-macos-clang.yml index c7f7a49..1488477 100644 --- a/.github/workflows/test-macos-clang.yml +++ b/.github/workflows/test-macos-clang.yml @@ -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/*.*