We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3451149 + 56c43aa commit 77b75e9Copy full SHA for 77b75e9
.github/workflows/development.yaml
@@ -189,7 +189,7 @@ jobs:
189
prerelease: false
190
draft: false
191
- name: Fetch pip artifacts
192
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v3
193
with:
194
name: pip-datajoint-${{env.DJ_VERSION}}
195
path: dist
@@ -222,7 +222,7 @@ jobs:
222
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
223
sh -c "pip install twine && python -m twine upload dist/*"
224
- name: Login to DockerHub
225
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
226
227
username: ${{secrets.docker_username}}
228
password: ${{secrets.docker_password}}
0 commit comments