diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9d62b03..59e045b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -121,7 +121,7 @@ jobs: - name: Upload Snapshot Artifacts if: github.event_name == 'workflow_dispatch' && github.event.inputs.dry_run == 'true' - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: snapshot-${{ steps.version.outputs.component }}-${{ steps.version.outputs.version }} path: dist/*