Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Sep 11, 2024
1 parent 38b1209 commit ea14300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ea14300

Please sign in to comment.