Skip to content

Commit 7402cb1

Browse files
committed
fix: upgrade upload-artifact to v4.6.2 for better artifact support
Upgraded from v3.2.1-node20 to v4.6.2 to fix artifact upload failures. The v3 version had stricter naming requirements and compatibility issues. Changes: - actions/upload-artifact: v3.2.1-node20 → v4.6.2 - SHA: c24449f → ea165f8 (verified) v4 provides better artifact naming support and improved reliability.
1 parent a0531b6 commit 7402cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "- \`build/index.tsx.asset.php\`" >> $GITHUB_STEP_SUMMARY
8888
8989
- name: Upload build artifacts
90-
uses: actions/upload-artifact@c24449f33cd45d4826c6702db7e49f7cdb9b551d # v3.2.1-node20
90+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9191
with:
9292
name: build-artifacts
9393
path: build/

0 commit comments

Comments
 (0)