From 9e99f4e945abb666c5e0d247e35ea780603738e3 Mon Sep 17 00:00:00 2001 From: keenanlang Date: Wed, 18 Sep 2024 10:59:34 -0500 Subject: [PATCH] accidentally reverted ci changes --- .github/workflows/ci-scripts-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 0ff4a05..8562606 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -93,7 +93,7 @@ jobs: name: "Windows master 7.0" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true - name: Automatic core dumper analysis @@ -117,7 +117,7 @@ jobs: - name: Run main module tests run: python .ci/cue.py -T 15M test - name: Upload tapfiles Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: tapfiles ${{ matrix.name }} path: '**/O.*/*.tap'