Skip to content

Commit 236cb89

Browse files
committed
fix: Update upload-artifact action to v4 and ensure proper summary formatting
1 parent c4db4b3 commit 236cb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: 📦 Upload Build Artifacts
9494
if: matrix.build_mode == 'release'
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: "${{ env.APP_NAME }}-${{ matrix.build_system }}-${{ github.sha }}"
9898
path: |
@@ -179,4 +179,4 @@ jobs:
179179
echo "" >> $GITHUB_STEP_SUMMARY
180180
echo "### 🚀 Next Steps" >> $GITHUB_STEP_SUMMARY
181181
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
182+
echo "- **For Development**: Merge to main branch when ready" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)