Skip to content

Commit 7ecfab3

Browse files
vjaganat90Vasu Jaganath
andauthored
fix upload-artifcat to v4 (PolusAI#321)
Co-authored-by: Vasu Jaganath <[email protected]>
1 parent a25a726 commit 7ecfab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and Test Wheel
22

33
on:
4-
pull_request:
4+
pull_request:
55
workflow_dispatch:
66

77
jobs:
@@ -32,7 +32,7 @@ jobs:
3232
python -m build --sdist
3333
3434
- name: Upload Artifact
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: sophios-wheels
3838
path: dist/*

0 commit comments

Comments
 (0)