Skip to content

Commit ac480b8

Browse files
authored
Merge pull request #25 from plumed/dependabot/github_actions/actions/download-artifact-6
ci: bump actions/download-artifact from 5 to 6
2 parents 34e5087 + f55d1d5 commit ac480b8

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
@@ -93,7 +93,7 @@ jobs:
9393
# needed to avoid MPI warning
9494
echo "OMPI_MCA_btl=^openib" >> $GITHUB_ENV
9595
- name: Download artifacts with plumed
96-
uses: actions/download-artifact@v5
96+
uses: actions/download-artifact@v6
9797
with:
9898
name: plumed-master
9999
path: ~

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Download all the dists
45-
uses: actions/download-artifact@v5
45+
uses: actions/download-artifact@v6
4646
with:
4747
name: python-package-distributions
4848
path: dist/

0 commit comments

Comments
 (0)