Skip to content

Commit 51846b2

Browse files
authored
Merge pull request #106 from bxlab/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 1a14099 + 402e99b commit 51846b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
needs: [build_wheels, build_sdist]
7373
runs-on: ubuntu-latest
7474
steps:
75-
- uses: actions/download-artifact@v4
75+
- uses: actions/download-artifact@v5
7676
with:
7777
merge-multiple: true
7878
path: dist

0 commit comments

Comments
 (0)