Skip to content

Commit 4f58464

Browse files
committed
chore(ci): Downgrade upload-artifact to v3 for debugging
1 parent 207fab3 commit 4f58464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Upload build artifacts (only on tag push)
5454
if: startsWith(github.ref, 'refs/tags/v') # Condition: Only run for tags
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v3 # Downgrade to v3
5656
with:
5757
name: build-artifacts-archive # Use consistent name (no quotes)
5858
path: ${{ steps.archive_build.outputs.archive_name }}

0 commit comments

Comments
 (0)