We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f92f3 commit ee273f8Copy full SHA for ee273f8
.github/workflows/release-framework.yml
@@ -58,7 +58,7 @@ jobs:
58
needs: [ generate-xcframework ]
59
steps:
60
- name: Download Framework Artifact
61
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
62
with:
63
name: LightningDevKit
64
- name: Create Release
0 commit comments