diff --git a/.github/workflows/build-debian-multiarch.yml b/.github/workflows/build-debian-multiarch.yml index 4ac467f8a5..da92522e70 100644 --- a/.github/workflows/build-debian-multiarch.yml +++ b/.github/workflows/build-debian-multiarch.yml @@ -108,7 +108,7 @@ jobs: # Upload the generated files under github actions assets section - name: Upload dist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pygame-multiarch-${{ matrix.arch }}-dist path: ~/artifacts/*.whl diff --git a/.github/workflows/build-emsdk.yml b/.github/workflows/build-emsdk.yml index 7282ef9abe..8676a67727 100644 --- a/.github/workflows/build-emsdk.yml +++ b/.github/workflows/build-emsdk.yml @@ -55,7 +55,7 @@ jobs: # Upload the generated files under github actions assets section - name: Upload dist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pygame-wasm-dist path: ./dist/* @@ -70,7 +70,7 @@ jobs: env: CIBW_PLATFORM: pyodide - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: pyodide-wheels path: wheelhouse/*.whl diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 3b9125aee5..a0b5d7b561 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -51,7 +51,7 @@ jobs: # Uncomment when you want to manually verify the deps by downloading them # - name: Upload Mac deps - # uses: actions/upload-artifact@v4 + # uses: actions/upload-artifact@v5 # with: # name: pygame-mac-deps-${{ matrix.macarch }} # path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }} @@ -120,7 +120,7 @@ jobs: - name: Build and test wheels uses: pypa/cibuildwheel@v3.2.1 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: pygame-wheels-macos-${{ matrix.macarch }} path: ./wheelhouse/*.whl diff --git a/.github/workflows/build-manylinux.yml b/.github/workflows/build-manylinux.yml index 722d6a26b1..ced518023e 100644 --- a/.github/workflows/build-manylinux.yml +++ b/.github/workflows/build-manylinux.yml @@ -78,7 +78,7 @@ jobs: # We upload the generated files under github actions assets - name: Upload dist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pygame-wheels-manylinux-${{ matrix.arch }} path: ./wheelhouse/*.whl diff --git a/.github/workflows/build-ubuntu-sdist.yml b/.github/workflows/build-ubuntu-sdist.yml index 8be025967b..797f08d81b 100644 --- a/.github/workflows/build-ubuntu-sdist.yml +++ b/.github/workflows/build-ubuntu-sdist.yml @@ -69,7 +69,7 @@ jobs: # We upload the generated files under github actions assets - name: Upload sdist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pygame-wheels-sdist path: dist/*.tar.gz diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 534c253860..f6c88496b2 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -45,7 +45,7 @@ jobs: - name: Build and test wheels uses: pypa/cibuildwheel@v3.2.1 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: pygame-wheels-windows-${{ matrix.winarch }} path: ./wheelhouse/*.whl diff --git a/.github/workflows/run-ubuntu-checks.yml b/.github/workflows/run-ubuntu-checks.yml index cf8fc50850..7ec2ccaf0f 100644 --- a/.github/workflows/run-ubuntu-checks.yml +++ b/.github/workflows/run-ubuntu-checks.yml @@ -124,7 +124,7 @@ jobs: - name: Upload coverage html # want to continue only if the coverage generation was successful if: ${{ steps.gen-coverage.conclusion == 'success' && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pygame-coverage-${{ matrix.os }}-${{ matrix.python }} path: ./out