We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e97aa commit f272575Copy full SHA for f272575
.github/workflows/cd.yml
@@ -121,7 +121,7 @@ jobs:
121
122
- name: Upload Snapshot Artifacts
123
if: github.event_name == 'workflow_dispatch' && github.event.inputs.dry_run == 'true'
124
- uses: actions/upload-artifact@v5.0.0
+ uses: actions/upload-artifact@v6.0.0
125
with:
126
name: snapshot-${{ steps.version.outputs.component }}-${{ steps.version.outputs.version }}
127
path: dist/*
0 commit comments