Skip to content

Commit bff1c6f

Browse files
authored
Merge pull request #58 from LLNL/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 27f8127 + 2e748b9 commit bff1c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
4040
steps:
4141
- name: Download Python package dist artifacts
42-
uses: actions/download-artifact@v6
42+
uses: actions/download-artifact@v7
4343
with:
4444
name: python-package-dist
4545
path: dist

0 commit comments

Comments
 (0)