Skip to content

Commit 447ddae

Browse files
Merge pull request #399 from AaronDJohnson/fix_ci
Update Actions
2 parents e2879a0 + efae9b0 commit 447ddae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
venv-wheel/bin/python -m pip install --upgrade pip setuptools
104104
venv-wheel/bin/python -m pip install ../dist/enterprise*.whl
105105
venv-wheel/bin/python -c "import enterprise;print(enterprise.__version__)"
106-
- uses: actions/upload-artifact@v2
106+
- uses: actions/upload-artifact@v4
107107
with:
108108
name: dist
109109
path: dist/*

0 commit comments

Comments
 (0)