patx/mrhttp-asgi

Fix the fix

Commit add51a9 · MarkReedZ · 2025-02-26T09:05:51-08:00

Changeset
add51a9ca3aa29a03bb8774cc65afd0954930d42
Parents
1ef3ded10def874eaae2129042f4aba1ff24ed73

View source at this commit

Comments

No comments yet.

Log in to comment

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