Skip to content

Commit

Permalink
Merge pull request #1206 from yambottle/fix-upload-artifact-version
Browse files Browse the repository at this point in the history
Update development.yaml
  • Loading branch information
dimitri-yatsenko authored Feb 22, 2025
2 parents eef7e59 + 12cffac commit f7e5bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
- if: matrix.py_ver == '3.9' && matrix.distro == 'debian'
name: Add pip artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pip-datajoint-${{env.DJ_VERSION}}
path: dist
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
prerelease: false
draft: false
- name: Fetch pip artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pip-datajoint-${{env.DJ_VERSION}}
path: dist
Expand Down

0 comments on commit f7e5bc0

Please sign in to comment.