From efae9b019784d81aa91a9951beda4c24c7a932ca Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 13 Sep 2024 09:43:56 -0700 Subject: [PATCH] one more time.... --- .github/workflows/ci_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 9a662e91..7d672236 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -103,7 +103,7 @@ jobs: venv-wheel/bin/python -m pip install --upgrade pip setuptools venv-wheel/bin/python -m pip install ../dist/enterprise*.whl venv-wheel/bin/python -c "import enterprise;print(enterprise.__version__)" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: dist path: dist/*