Skip to content

Commit 8a5ef2b

Browse files
vjaganat90Vasu Jaganath
andauthored
fix upload artefact in test-publish gha (PolusAI#329)
Co-authored-by: Vasu Jaganath <[email protected]>
1 parent d5e71cc commit 8a5ef2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python -m build --sdist
3939
4040
- name: Upload Artifact
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: sophios-wheels
4444
path: dist/*

0 commit comments

Comments
 (0)