Skip to content

Commit b6b21e6

Browse files
committed
Fix packages dir
1 parent 0e1d3b7 commit b6b21e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ jobs:
4343
# Mandatory for trusted publishing
4444
id-token: write
4545
steps:
46-
- uses: actions/download-artifact@v5
46+
- uses: actions/download-artifact@v6
4747

4848
- name: 🚀 Publish package distributions to PyPI
4949
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
51-
packages-dir: artifact/
5251
print-hash: true

0 commit comments

Comments
 (0)