We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v4
1 parent bdc85a5 commit 08c4d9aCopy full SHA for 08c4d9a
.github/workflows/pypi.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "Checking import and version number (on release)"
42
venv-bdist/bin/python -c "import pymc_extras as pmx; assert pmx.__version__ == '${{ github.ref_name }}'[1:] if '${{ github.ref_type }}' == 'tag' else pmx.__version__; print(pmx.__version__)"
43
cd ..
44
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
45
with:
46
name: artifact
47
path: dist/*
@@ -58,7 +58,7 @@ jobs:
58
# write id-token is necessary for trusted publishing (OIDC)
59
id-token: write
60
steps:
61
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
62
63
64
path: dist
0 commit comments