From 55142bd2d5867bfc0b4d6f316213288549815054 Mon Sep 17 00:00:00 2001 From: keenanlang Date: Wed, 18 Sep 2024 09:34:41 -0500 Subject: [PATCH] update ci scripts to v3.4.1 --- .ci | 2 +- .github/workflows/ci-scripts-build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci b/.ci index aea7906..20f8e05 160000 --- a/.ci +++ b/.ci @@ -1 +1 @@ -Subproject commit aea79068391fe407fcb817c036bc54f26342bdaa +Subproject commit 20f8e053931fdef8a9413cc6229286c5d9ed152f diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 37f7876..17124e8 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -81,7 +81,7 @@ jobs: name: "Windows master 7.0" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true - name: Automatic core dumper analysis @@ -105,7 +105,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'