Skip to content

Commit f58ef2f

Browse files
committed
Update upload artifact and force error if missing
1 parent c6265f7 commit f58ef2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
run: pip install build
2525
- name: Building toltecmk
2626
run: python -m build --sdist
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: pip
3030
path: dist/*
31+
if-no-files-found: error
3132
publish:
3233
name: Publish to PyPi
3334
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)