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.
1 parent b9d14ea commit 10d189cCopy full SHA for 10d189c
.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@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
125
with:
126
name: snapshot-${{ steps.version.outputs.component }}-${{ steps.version.outputs.version }}
127
path: dist/*
0 commit comments