Skip to content

Commit 91cdf66

Browse files
authored
Update python-publish.yml
1 parent 8908245 commit 91cdf66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
python-version: [3.8]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
with:
2020
# This allows the setuptools_scm library to discover the tag version from git
2121
fetch-depth: 0
2222

23-
- uses: actions/setup-python@v2
23+
- uses: actions/setup-python@v4
2424
name: Install Python
2525
with:
2626
python-version: ${{ matrix.python-version }}
@@ -31,7 +31,7 @@ jobs:
3131
pip install build
3232
python -m build --wheel --outdir dist/ .
3333
34-
- uses: actions/upload-artifact@v2
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
path: ./dist/*.whl
3737

0 commit comments

Comments
 (0)