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 2889a28 + 83d3985 commit 7325850Copy full SHA for 7325850
.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@v5
+ uses: actions/download-artifact@v6
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@v5.0.0
30
31
- name: Download all artifacts
32
33
34
path: pygame-wheels
35
merge-multiple: true
0 commit comments