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.
2 parents eef7e59 + 12cffac commit f7e5bc0Copy full SHA for f7e5bc0
.github/workflows/development.yaml
@@ -49,7 +49,7 @@ jobs:
49
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
50
- if: matrix.py_ver == '3.9' && matrix.distro == 'debian'
51
name: Add pip artifacts
52
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
53
with:
54
name: pip-datajoint-${{env.DJ_VERSION}}
55
path: dist
@@ -191,7 +191,7 @@ jobs:
191
prerelease: false
192
draft: false
193
- name: Fetch pip artifacts
194
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
195
196
197
0 commit comments