Skip to content

Commit 740ada7

Browse files
authored
Merge pull request #193 from scikit-hep/dependabot/github_actions/actions/download-artifact-7
chore(deps): bump actions/download-artifact from 6 to 7
2 parents 98052aa + a42e4c1 commit 740ada7

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@v6
129+
- uses: actions/download-artifact@v7
130130
with:
131131
name: artifact
132132
path: dist

0 commit comments

Comments
 (0)