Skip to content

Commit 3272c59

Browse files
update upload-artifact action
1 parent 4a9437f commit 3272c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: python setup.py bdist_wheel
2929

3030
- name: Upload Python wheel
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: Python wheel
3434
path: ${{github.workspace}}/dist/torchstain-*.whl

.github/workflows/tests_quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: python setup.py bdist_wheel
2626

2727
- name: Upload Python wheel
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: Python wheel
3131
path: ${{github.workspace}}/dist/torchstain-*.whl

0 commit comments

Comments
 (0)