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.
1 parent 78b3ad8 commit b5c705aCopy full SHA for b5c705a
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: xcodebuild -configuration Debug -arch x86_64 build
23
- run: xcodebuild -configuration Release -arch x86_64 build
24
- name: Upload to Artifacts
25
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
26
with:
27
name: Artifacts
28
path: build/*/*.zip
0 commit comments