diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e1d95a3f..bf99d2d9 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -59,7 +59,7 @@ jobs: # been created, even if cibuildwheel action fails - name: Upload wheels if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: path: wheelhouse/*.whl name: switchboard-${{ matrix.python-version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }} @@ -74,7 +74,7 @@ jobs: contents: write steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: switchboard-* merge-multiple: true