We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daad448 + 6c48833 commit c445233Copy full SHA for c445233
.github/workflows/build-debian-multiarch.yml
@@ -121,7 +121,7 @@ jobs:
121
runs-on: ubuntu-22.04
122
steps:
123
- name: Download all multiarch artifacts
124
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
125
with:
126
name: pygame-multiarch-armv7-dist
127
path: ~/artifacts
.github/workflows/release-gh-draft.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v6.0.1
30
31
- name: Download all artifacts
32
33
34
path: pygame-wheels
35
merge-multiple: true
0 commit comments