We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6822f04 commit c69c002Copy full SHA for c69c002
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "Checking import and version number (on release)"
42
venv-bdist/bin/python -c "import causalpy; assert causalpy.__version__ == '${{ github.ref_name }}' if '${{ github.ref_type }}' == 'tag' else causalpy.__version__; print(causalpy.__version__)"
43
cd ..
44
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
45
with:
46
name: artifact
47
path: dist/*
0 commit comments