We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207fab3 commit 4f58464Copy full SHA for 4f58464
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Upload build artifacts (only on tag push)
54
if: startsWith(github.ref, 'refs/tags/v') # Condition: Only run for tags
55
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3 # Downgrade to v3
56
with:
57
name: build-artifacts-archive # Use consistent name (no quotes)
58
path: ${{ steps.archive_build.outputs.archive_name }}
0 commit comments