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 34e5087 + f55d1d5 commit ac480b8Copy full SHA for ac480b8
.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@v5
+ uses: actions/download-artifact@v6
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