Skip to content

Commit 622d56c

Browse files
authored
Merge pull request #10 from lemonyte/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 00b9d97 + 4176fd3 commit 622d56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

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

2222
- name: Upload artifacts
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
with:
2525
name: sdist
2626
path: ./dist/*.tar.gz

0 commit comments

Comments
 (0)