Skip to content

Commit 0a376b5

Browse files
authored
Update upload-artifact action
1 parent fd2e898 commit 0a376b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
python setup.py sdist bdist_wheel
7474
7575
- name: Upload artifact
76-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: ${{ runner.os }}-py${{ matrix.python-version }}-artifact
7979
path: dist/*
@@ -120,4 +120,4 @@ jobs:
120120
uses: pypa/gh-action-pypi-publish@release/v1
121121
with:
122122
user: __token__
123-
password: ${{ secrets.PYPI_API_TOKEN }}
123+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)