Skip to content

Commit f7e5bc0

Browse files
Merge pull request #1206 from yambottle/fix-upload-artifact-version
Update development.yaml
2 parents eef7e59 + 12cffac commit f7e5bc0

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
@@ -49,7 +49,7 @@ jobs:
4949
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
5050
- if: matrix.py_ver == '3.9' && matrix.distro == 'debian'
5151
name: Add pip artifacts
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: pip-datajoint-${{env.DJ_VERSION}}
5555
path: dist
@@ -191,7 +191,7 @@ jobs:
191191
prerelease: false
192192
draft: false
193193
- name: Fetch pip artifacts
194-
uses: actions/download-artifact@v3
194+
uses: actions/download-artifact@v4
195195
with:
196196
name: pip-datajoint-${{env.DJ_VERSION}}
197197
path: dist

0 commit comments

Comments
 (0)