File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108
109109 # Upload the generated files under github actions assets section
110110 - name : Upload dist
111- uses : actions/upload-artifact@v4
111+ uses : actions/upload-artifact@v5
112112 with :
113113 name : pygame-multiarch-${{ matrix.arch }}-dist
114114 path : ~/artifacts/*.whl
Original file line number Diff line number Diff line change 5555
5656 # Upload the generated files under github actions assets section
5757 - name : Upload dist
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v5
5959 with :
6060 name : pygame-wasm-dist
6161 path : ./dist/*
7070 env :
7171 CIBW_PLATFORM : pyodide
7272
73- - uses : actions/upload-artifact@v4
73+ - uses : actions/upload-artifact@v5
7474 with :
7575 name : pyodide-wheels
7676 path : wheelhouse/*.whl
Original file line number Diff line number Diff line change 5151
5252 # Uncomment when you want to manually verify the deps by downloading them
5353 # - name: Upload Mac deps
54- # uses: actions/upload-artifact@v4
54+ # uses: actions/upload-artifact@v5
5555 # with:
5656 # name: pygame-mac-deps-${{ matrix.macarch }}
5757 # path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
@@ -120,7 +120,7 @@ jobs:
120120 - name : Build and test wheels
121121 uses : pypa/cibuildwheel@v3.2.1
122122
123- - uses : actions/upload-artifact@v4
123+ - uses : actions/upload-artifact@v5
124124 with :
125125 name : pygame-wheels-macos-${{ matrix.macarch }}
126126 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 7878
7979 # We upload the generated files under github actions assets
8080 - name : Upload dist
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : pygame-wheels-manylinux-${{ matrix.arch }}
8484 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 6969
7070 # We upload the generated files under github actions assets
7171 - name : Upload sdist
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v5
7373 with :
7474 name : pygame-wheels-sdist
7575 path : dist/*.tar.gz
Original file line number Diff line number Diff line change 4545 - name : Build and test wheels
4646 uses : pypa/cibuildwheel@v3.2.1
4747
48- - uses : actions/upload-artifact@v4
48+ - uses : actions/upload-artifact@v5
4949 with :
5050 name : pygame-wheels-windows-${{ matrix.winarch }}
5151 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 - name : Upload coverage html
125125 # want to continue only if the coverage generation was successful
126126 if : ${{ steps.gen-coverage.conclusion == 'success' && !cancelled() }}
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v5
128128 with :
129129 name : pygame-coverage-${{ matrix.os }}-${{ matrix.python }}
130130 path : ./out
You can’t perform that action at this time.
0 commit comments