From 369c01a765d7abaa28fb7150f8739fecd843a59c Mon Sep 17 00:00:00 2001 From: Cary R Date: Sat, 2 Sep 2023 10:43:32 -0700 Subject: [PATCH] Update action and specify python version in msys2 --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 821aa93b8..3eb3c411a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -104,6 +104,8 @@ jobs: mingw-w64-${{ matrix.arch }}-toolchain - uses: actions/setup-python@v4 + with: + python-version: '>=3.5' - name: Build and check run: | @@ -117,7 +119,7 @@ jobs: run: | ./.github/test.sh - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: ${{ matrix.msystem }}-${{ matrix.arch }} path: msys2/*.zst