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 ed2b703 + 134718a commit 34e5087Copy full SHA for 34e5087
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
tar cf plumed-master.tar opt/
59
60
- name: Upload artifact
61
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
62
with:
63
name: plumed-master
64
path: ~/plumed-master.tar
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build a binary wheel and a source tarball
23
run: python3 -m build
24
- name: Store the distribution packages
25
26
27
name: python-package-distributions
28
path: dist/
0 commit comments