Skip to content

Commit c9f533c

Browse files
committed
Modify upload-artifact from @V3 to @v4
1 parent 22fc43f commit c9f533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
pip install setuptools wheel twine
7373
python -m build
7474
# python setup.py sdist bdist_wheel
75-
- uses: actions/upload-artifact@v3
75+
- uses: actions/upload-artifact@v4
7676
with:
7777
name: dist
7878
path: dist

0 commit comments

Comments
 (0)