Skip to content

Commit 4df5fb7

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6 (#66)
1 parent f45a4f1 commit 4df5fb7

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
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pdm-project/setup-pdm@v4
1818
- name: Publish package distributions to PyPI
1919
run: pdm publish
20-
- uses: actions/upload-artifact@v4
20+
- uses: actions/upload-artifact@v6
2121
with:
2222
name: dist
2323
path: ./dist/*

0 commit comments

Comments
 (0)