Skip to content

Commit f4e6fdc

Browse files
committed
Upgrade GitHub template
1 parent 2d61bba commit f4e6fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
python -m pip install wheel
3636
python setup.py bdist_wheel
3737
- name: Archive artifact
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
40-
name: dist
40+
name: dist-${{ matrix.python-version }}
4141
path: |
4242
dist

0 commit comments

Comments
 (0)