Skip to content

Commit f1b39e6

Browse files
authored
Merge pull request #2486 from OpenChemistry/dependabot/github_actions/actions/download-artifact-7.0.0
Bump actions/download-artifact from 6.0.0 to 7.0.0
2 parents 4af7ac2 + 3ffe547 commit f1b39e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
id-token: write
117117
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
118118
steps:
119-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
119+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
120120
with:
121121
# unpacks all CIBW artifacts into dist/
122122
pattern: cibw-*

0 commit comments

Comments
 (0)