Skip to content

Commit 19f18a8

Browse files
Merge pull request #188 from scikit-hep/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 5 to 6
2 parents 4a412e7 + 58f1ba9 commit 19f18a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
if: github.event_name == 'release' && github.event.action == 'published'
128128
steps:
129-
- uses: actions/download-artifact@v5
129+
- uses: actions/download-artifact@v6
130130
with:
131131
name: artifact
132132
path: dist

0 commit comments

Comments
 (0)