patx/mrhttp-asgi
Fix the fix
Commit add51a9 · MarkReedZ · 2025-02-26T09:05:51-08:00
Comments
No comments yet.
Diff
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index ce337ba..f48c12b 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -19,9 +19,9 @@ jobs:
- uses: actions/checkout@v4
- name: Build wheels
- uses: pypa/[email protected]
+ uses: pypa/[email protected]
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: wheelhouse/*.whl
@@ -35,7 +35,7 @@ jobs:
- name: Build sdist
run: pipx run build --sdist
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
with:
name: cibw-sdist
path: dist/*.tar.gz