Skip to content

Commit 28fb0ed

Browse files
Bump actions/upload-artifact from 4 to 5 (#1384)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10126ad commit 28fb0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: uv build
2222

2323
- name: Upload dist directory
24-
uses: actions/upload-artifact@v4
24+
uses: actions/upload-artifact@v5
2525
with:
2626
name: dist
2727
path: dist

0 commit comments

Comments
 (0)