Skip to content

Commit 34e5087

Browse files
authored
Merge pull request #24 from plumed/dependabot/github_actions/actions/upload-artifact-5
ci: bump actions/upload-artifact from 4 to 5
2 parents ed2b703 + 134718a commit 34e5087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
tar cf plumed-master.tar opt/
5959
6060
- name: Upload artifact
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: plumed-master
6464
path: ~/plumed-master.tar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build a binary wheel and a source tarball
2323
run: python3 -m build
2424
- name: Store the distribution packages
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@v5
2626
with:
2727
name: python-package-distributions
2828
path: dist/

0 commit comments

Comments
 (0)