We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2879a0 + efae9b0 commit 447ddaeCopy full SHA for 447ddae
1 file changed
.github/workflows/ci_test.yml
@@ -103,7 +103,7 @@ jobs:
103
venv-wheel/bin/python -m pip install --upgrade pip setuptools
104
venv-wheel/bin/python -m pip install ../dist/enterprise*.whl
105
venv-wheel/bin/python -c "import enterprise;print(enterprise.__version__)"
106
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
107
with:
108
name: dist
109
path: dist/*
0 commit comments