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 ac480b8 + d296a39 commit 86d81a9Copy full SHA for 86d81a9
.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@v6
+ uses: actions/download-artifact@v7
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