Skip to content

Commit 102baf0

Browse files
authored
Merge pull request #26 from dcnieho/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 7d6eb8d + b70a191 commit 102baf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
--outdir dist/
3737
3838
- name: "Upload wheel as workflow artifact"
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
with:
4141
name: wheel
4242
path: ./dist/*.whl

0 commit comments

Comments
 (0)