From ea14300eb735a022aff921ecb349c3dd6b97ae9f Mon Sep 17 00:00:00 2001 From: Uriel Ramirez Date: Wed, 11 Sep 2024 12:23:45 -0400 Subject: [PATCH] fix? --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81a5b562..21d0d1b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: QUAD_P: ${{ matrix.enable_quad_precision }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive - name: Configure @@ -37,7 +37,7 @@ jobs: SKIP_TESTS: 4 run: make -C build -j check LOG_DRIVER_FLAGS=--comments - name: Save log file on failure - uses: actions/upload-artifact@v2.2.1 + uses: actions/upload-artifact@v3 if: failure() with: name: test-suite.log