From be32c5a2edf8f7189e75d609d4c3f34fd0578b17 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sun, 1 Feb 2026 05:13:32 +1100 Subject: [PATCH] Update README actions (#2724) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c49ca673..6bf03632 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,10 @@ jobs: os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Used to host cibuildwheel - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 - name: Install cibuildwheel run: python -m pip install cibuildwheel==3.3.1 @@ -106,7 +106,7 @@ jobs: # CIBW_SOME_OPTION: value # ... - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl