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 1c85c52 + f64ff2a commit 5e2c063Copy full SHA for 5e2c063
.github/workflows/main.yml
@@ -93,7 +93,7 @@ jobs:
93
# needed to avoid MPI warning
94
echo "OMPI_MCA_btl=^openib" >> $GITHUB_ENV
95
- name: Download artifacts with plumed
96
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
97
with:
98
name: plumed-master
99
path: ~
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Download all the dists
45
46
47
name: python-package-distributions
48
path: dist/
0 commit comments