Skip to content

Commit 6c113ef

Browse files
authored
Merge pull request #17 from hpc4cmb/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 9f4cb3a + fd92862 commit 6c113ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
id-token: write
123123
if: github.event_name == 'release' && github.event.action == 'published'
124124
steps:
125-
- uses: actions/download-artifact@v5
125+
- uses: actions/download-artifact@v6
126126
with:
127127
# Unpacks all artifacts into dist/
128128
pattern: flacarray-*

0 commit comments

Comments
 (0)