Skip to content

Commit d296a39

Browse files
ci: bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac480b8 commit d296a39

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@v6
96+
uses: actions/download-artifact@v7
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@v6
45+
uses: actions/download-artifact@v7
4646
with:
4747
name: python-package-distributions
4848
path: dist/

0 commit comments

Comments
 (0)