Skip to content

Commit 77b75e9

Browse files
authored
Merge pull request #1189 from datajoint/fix/ci-download-artifact
Fix CI for 0.14.3 release
2 parents 3451149 + 56c43aa commit 77b75e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/development.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
prerelease: false
190190
draft: false
191191
- name: Fetch pip artifacts
192-
uses: actions/download-artifact@v4.1.7
192+
uses: actions/download-artifact@v3
193193
with:
194194
name: pip-datajoint-${{env.DJ_VERSION}}
195195
path: dist
@@ -222,7 +222,7 @@ jobs:
222222
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
223223
sh -c "pip install twine && python -m twine upload dist/*"
224224
- name: Login to DockerHub
225-
uses: docker/login-action@v1
225+
uses: docker/login-action@v3
226226
with:
227227
username: ${{secrets.docker_username}}
228228
password: ${{secrets.docker_password}}

0 commit comments

Comments
 (0)