mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-19 08:00:02 +02:00
fix: using new github action download-artifact version
This commit is contained in:
parent
3698cb7f92
commit
197268255b
4
.github/workflows/publish-to-pypi.yaml
vendored
4
.github/workflows/publish-to-pypi.yaml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download all the dists
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: python-package-distributions
|
||||
path: dist/
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download all the dists
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: python-package-distributions
|
||||
path: dist/
|
||||
|
Loading…
x
Reference in New Issue
Block a user