Skip to content

Commit 80ce361

Browse files
authored
Update GitHub actions (#78)
Fix #77
1 parent 5569d47 commit 80ce361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ jobs:
139139
- name: Build package
140140
run: python -m build
141141
- name: Save built package
142-
uses: actions/upload-artifact@v3
142+
uses: actions/upload-artifact@v4
143143
with:
144144
name: package
145145
path: dist
146146
- name: Publish to PyPi
147147
if: ${{ github.ref_type == 'tag' }}
148148
uses: pypa/gh-action-pypi-publish@release/v1
149149
with:
150-
print_hash: true
150+
print-hash: true

0 commit comments

Comments
 (0)