We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4db4b3 commit 236cb89Copy full SHA for 236cb89
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: 📦 Upload Build Artifacts
94
if: matrix.build_mode == 'release'
95
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
96
with:
97
name: "${{ env.APP_NAME }}-${{ matrix.build_system }}-${{ github.sha }}"
98
path: |
@@ -179,4 +179,4 @@ jobs:
179
echo "" >> $GITHUB_STEP_SUMMARY
180
echo "### 🚀 Next Steps" >> $GITHUB_STEP_SUMMARY
181
echo "- **For Release**: Create a version tag (e.g., \`git tag v1.3.0 && git push origin v1.3.0\`)" >> $GITHUB_STEP_SUMMARY
182
- echo "- **For Development**: Merge to main branch when ready" >> $GITHUB_STEP_SUMMARY
+ echo "- **For Development**: Merge to main branch when ready" >> $GITHUB_STEP_SUMMARY
0 commit comments