Skip to content

Commit a35c411

Browse files
committed
Update upload action version.
1 parent a3ea0ff commit a35c411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pydevd-release-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
CIBW_SKIP: pp* cp36-* cp37-*
3636
CIBW_BUILD_VERBOSITY: 1
3737

38-
- uses: actions/upload-artifact@v3
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
path: ./wheelhouse/*.whl
4141

.github/workflows/pydevd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Create sdist
4848
run: python setup.py sdist bdist_wheel
4949

50-
- uses: actions/upload-artifact@v3
50+
- uses: actions/upload-artifact@v4
5151
with:
5252
name: dist-${{ matrix.os }}-${{ matrix.python-version }}
5353
path: dist/*

0 commit comments

Comments
 (0)