Skip to content

Commit 08c4d9a

Browse files
Use v4 of artifact actions
1 parent bdc85a5 commit 08c4d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "Checking import and version number (on release)"
4242
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__)"
4343
cd ..
44-
- uses: actions/upload-artifact@v3
44+
- uses: actions/upload-artifact@v4
4545
with:
4646
name: artifact
4747
path: dist/*
@@ -58,7 +58,7 @@ jobs:
5858
# write id-token is necessary for trusted publishing (OIDC)
5959
id-token: write
6060
steps:
61-
- uses: actions/download-artifact@v3
61+
- uses: actions/download-artifact@v4
6262
with:
6363
name: artifact
6464
path: dist

0 commit comments

Comments
 (0)