We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c2c107 + 3f56971 commit 4b9ae54Copy full SHA for 4b9ae54
.github/workflows/ci_MASTER.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: Upload Artifact 📦
115
if: ${{ steps.gate.outputs.code == 'true' }}
116
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
117
with:
118
name: ${{ format('assets-{0}', steps.branch.outputs.branch_name) }}
119
path: assets
.github/workflows/ci_PR.yml
@@ -119,7 +119,7 @@ jobs:
120
- name: Upload preview artifact
121
if: ${{ always() && steps.changed.outputs.code == 'true' }}
122
123
124
name: preview-stats
125
path: |
0 commit comments