Skip to content

Commit 1d85f01

Browse files
Merge pull request #48 from JanusGraph/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 97af082 + 7ec344f commit 1d85f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id-token: write
5555
steps:
5656
- name: Download distribution package
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4
5858
with:
5959
name: python-package-distribution
6060
path: dist/

0 commit comments

Comments
 (0)