From 65e68597983b6de12e3a6efdabbab43e425044bc Mon Sep 17 00:00:00 2001 From: Eugeniu Plamadeala Date: Tue, 17 Sep 2024 15:51:00 -0700 Subject: [PATCH] Diagnosing GH action failure --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae89b59..4e0acd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - '3.9' - '3.10' node-version: - - '18.x' + - '16.x' runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -65,7 +65,7 @@ jobs: needs: - tox steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4 with: name: python-packages path: dist