Skip to content

Commit d206bfd

Browse files
Merge pull request #46 from JanusGraph/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 1d85f01 + 753460b commit d206bfd

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
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
python -m build
4040
- name: Store the distribution package
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: python-package-distribution
4444
path: dist/

0 commit comments

Comments
 (0)